diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsCommand.java index 157f16ae..cbde76cf 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsCommand.java @@ -54,7 +54,7 @@ public class ItemsCommand extends SWCommand { } } - @Register(value = "global", description = "REGION_ITEMS_HELP") + @Register(value = "global") public void globalToggleCommand(@Validator Player p) { Region region = GlobalRegion.getInstance(); if (toggle(region)) {