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 c6e90f31..95a90bef 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_wipeflatlands.java @@ -20,6 +20,8 @@ public class Command_wipeflatlands extends FreedomCommand FUtil.bcastMsg("Server is going offline for flatlands wipe.", ChatColor.GRAY); + plugin.wgb.wipeRegions(plugin.wm.flatlands.getWorld()); + for (Player player : server.getOnlinePlayers()) { player.kickPlayer("Server is going offline for flatlands wipe, come back in a few minutes.");