forked from SteamWar/SteamWar
Implement proper stop and not sleep on BauCommand.stop
This commit is contained in:
@@ -213,7 +213,7 @@ public class ServerStarter {
|
||||
if (startingBau(owner)) return false;
|
||||
|
||||
Bauserver subserver = Bauserver.get(owner.getUniqueId());
|
||||
if (subserver != null && subserver.isStarted()) subserver.stop();
|
||||
if (subserver != null && subserver.isStarted()) subserver.sleep();
|
||||
|
||||
return !startingBau(owner);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user