remove server stop double logging
This commit is contained in:
parent
63c2a18c3a
commit
20abca12f2
1 changed files with 0 additions and 2 deletions
|
@ -1246,9 +1246,7 @@ public final class Server implements IThreadListener {
|
||||||
Log.SYSTEM.info("Beende Server");
|
Log.SYSTEM.info("Beende Server");
|
||||||
this.terminateEndpoint(this.endMessage);
|
this.terminateEndpoint(this.endMessage);
|
||||||
if(this.started) {
|
if(this.started) {
|
||||||
Log.TICK.info("Speichere Spieler");
|
|
||||||
this.saveAllPlayerData(true);
|
this.saveAllPlayerData(true);
|
||||||
Log.TICK.info("Speichere Welt");
|
|
||||||
this.saveAllWorlds(true);
|
this.saveAllWorlds(true);
|
||||||
Region.finishWrite();
|
Region.finishWrite();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue