From b69c7dda16c1660da77cd0358461aaf1e582ebf7 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 5 Jan 2021 13:31:40 +0100 Subject: [PATCH] Fixing even even more Things --- .../bausystem/commands/CommandDetonatorTabCompleter.java | 1 + 1 file changed, 1 insertion(+) 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<>();