This commit is contained in:
Anuken
2021-08-16 10:34:48 -04:00
parent d83f48891a
commit 1a55f19ab2
4 changed files with 14 additions and 13 deletions

View File

@@ -287,7 +287,6 @@ public class ServerControl implements ApplicationListener{
Core.app.exit();
});
handler.register("stop", "Stop hosting the server.", arg -> {
net.closeServer();
if(lastTask != null) lastTask.cancel();