Fixed various mobile bugs / Automatic map folder creation
This commit is contained in:
@@ -118,6 +118,8 @@ public class ServerControl implements ApplicationListener{
|
||||
}
|
||||
});
|
||||
|
||||
customMapDirectory.mkdirs();
|
||||
|
||||
Thread thread = new Thread(this::readCommands, "Server Controls");
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
|
||||
Reference in New Issue
Block a user