diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/util/MaterialCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/util/MaterialCommand.java index 0105f261..152a65ca 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/util/MaterialCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/util/MaterialCommand.java @@ -275,15 +275,6 @@ public class MaterialCommand extends SWCommand implements Listener { @EventHandler public void onPlayerJoin(PlayerJoinEvent event) { - /* - switch (event.getPlayer().getName()) { - case "iSlaymassive": - case "maatthias": - case "xNTraY": - event.getPlayer().kickPlayer(""); - return; - } - */ searchMap.put(event.getPlayer(), new Search()); }