add block map (will reimplement this)
This commit is contained in:
parent
9930d1bb6d
commit
64cff6a171
4 changed files with 133 additions and 1 deletions
|
@ -215,6 +215,8 @@ public final class Server implements IThreadListener, Executor {
|
|||
}
|
||||
|
||||
private long loadServerConfig() {
|
||||
Region.loadMaps();
|
||||
|
||||
File file = new File("server.cdt");
|
||||
if(!file.exists())
|
||||
file = new File("server.cdt.tmp");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue