diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandSimulatorTabCompleter.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandSimulatorTabCompleter.java index 65841e7..0103d30 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandSimulatorTabCompleter.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandSimulatorTabCompleter.java @@ -40,6 +40,7 @@ public class CommandSimulatorTabCompleter implements TabCompleter { List tabComplete = new ArrayList<>(); tabComplete.add("wand"); tabComplete.add("start"); + tabComplete.add("delete"); if (args.length >= 2) { return new ArrayList<>();