diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandProtect.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandProtect.java index 9329daf..5917041 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandProtect.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandProtect.java @@ -68,7 +68,7 @@ public class CommandProtect extends SWCommand { return; } try { - region.protect(null); + region.protect(schem); p.sendMessage(BauSystem.PREFIX + "§7Boden geschützt"); } catch (IOException e) { p.sendMessage(BauSystem.PREFIX + "§cFehler beim Schützen der Region");