diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommandUtils.java b/SpigotCore_Main/src/de/steamwar/command/SWCommandUtils.java index f3ddf9c..ce04274 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommandUtils.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommandUtils.java @@ -223,14 +223,6 @@ class SWCommandUtils { return typeMapper::map; } - public static class TabComplete { - final List tabCompletes; - - public TabComplete(List tabCompletes) { - this.tabCompletes = tabCompletes; - } - } - public static void addMapper(String name, TypeMapper mapper) { if (MAPPER_FUNCTIONS.containsKey(name)) return; MAPPER_FUNCTIONS.put(name, mapper);