quickslot selections are controlled by the ingame rather than the 'bar UI'

This commit is contained in:
minjaesong
2019-01-13 02:17:49 +09:00
parent 822b9bf4fd
commit d9c7d3c681
10 changed files with 45 additions and 77 deletions

View File

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