allow folder without arma3.exe

This commit is contained in:
Niklas 2020-04-22 20:47:30 +02:00
parent 610d2e77b1
commit 749f8a45d2
1 changed files with 0 additions and 1 deletions

View File

@ -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");