mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
quickslot selections are controlled by the ingame rather than the 'bar UI'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user