Slight improvements to server shutdown
This commit is contained in:
@@ -35,6 +35,7 @@ public final class SystemTermination {
|
||||
public void terminate() {
|
||||
SystemLogger.logInfo("[SystemTerminator] Initializing termination sequence - do not shutdown!");
|
||||
try {
|
||||
Server.setRunning(false);
|
||||
for(Player player : Repository.getPlayers()){
|
||||
DMCHandler dmc = player.getAttribute("dmc",null);
|
||||
if(dmc != null){
|
||||
|
||||
Reference in New Issue
Block a user