add block map properly
This commit is contained in:
parent
64cff6a171
commit
dd3ac39530
4 changed files with 98 additions and 106 deletions
|
@ -215,8 +215,6 @@ 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");
|
||||
|
@ -406,6 +404,7 @@ public final class Server implements IThreadListener, Executor {
|
|||
}
|
||||
|
||||
public void run(long time) {
|
||||
Region.loadMap();
|
||||
Converter.convert(this);
|
||||
long wtime = this.loadServerConfig();
|
||||
if(this.keyPair == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue