things are not quite working yet but here's more descriptive error message for ya

This commit is contained in:
minjaesong
2021-08-25 20:55:21 +09:00
parent 9a8bd8d6ec
commit 29c5599746
7 changed files with 39 additions and 62 deletions

View File

@@ -989,7 +989,7 @@ public class AppLoader implements ApplicationListener {
return true;
}
catch (java.nio.file.NoSuchFileException e) {
// write default config to game dir. Call this method again to read config from it.
// write default config to game dir. Call th.is method again to read config from it.
try {
createConfigJson();
}