diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java index 5775f41b..f26d0d1d 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java @@ -36,8 +36,6 @@ public class Command_wipeflatlands extends FreedomCommand { player.kickPlayer("Server is going offline for flatlands wipe, come back in a few minutes."); } - - server.shutdown(); if (!plugin.amp.enabled) { @@ -50,4 +48,4 @@ public class Command_wipeflatlands extends FreedomCommand return true; } -} \ No newline at end of file +}