allow folder without arma3.exe
This commit is contained in:
parent
610d2e77b1
commit
749f8a45d2
@ -783,7 +783,6 @@ public class LauncherGUI implements Observer {
|
||||
String sPath = path.getAbsolutePath();
|
||||
if (!ArmaUtils.checkArmaPath(path.toPath())) {
|
||||
SwingUtilities.invokeLater(() -> warnBox(LangUtils.getInstance().getString("not_arma_dir_msg"), LangUtils.getInstance().getString("not_arma_dir")));
|
||||
return false;
|
||||
}
|
||||
|
||||
String modPath = ArmA3Launcher.user_config.get("client", "modPath");
|
||||
|
Loading…
Reference in New Issue
Block a user