Fixed various mobile bugs / Automatic map folder creation

This commit is contained in:
Anuken
2019-02-09 11:07:51 -05:00
parent 17b24c3389
commit 533ddb874e
8 changed files with 23 additions and 17 deletions

View File

@@ -118,6 +118,8 @@ public class ServerControl implements ApplicationListener{
}
});
customMapDirectory.mkdirs();
Thread thread = new Thread(this::readCommands, "Server Controls");
thread.setDaemon(true);
thread.start();