diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandDetonatorTabCompleter.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandDetonatorTabCompleter.java index 32d98ec..4a20f89 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandDetonatorTabCompleter.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandDetonatorTabCompleter.java @@ -40,6 +40,7 @@ public class CommandDetonatorTabCompleter implements TabCompleter { tabComplete.add("wand"); tabComplete.add("reset"); tabComplete.add("detonate"); + tabComplete.add("remove"); if (args.length >= 2) { return new ArrayList<>();