diff --git a/src/de/steamwar/lobby/inventories/LobbyInventory.java b/src/de/steamwar/lobby/inventories/LobbyInventory.java index 23a77c6..2006277 100644 --- a/src/de/steamwar/lobby/inventories/LobbyInventory.java +++ b/src/de/steamwar/lobby/inventories/LobbyInventory.java @@ -31,11 +31,6 @@ public class LobbyInventory { public static final Material PARTICLE = Material.NAME_TAG; public static void givePlayerLobbyItems(Player player) { - player.getInventory().setItem(5, new ItemBuilder(PARTICLE) - .setDisplayName("ยง6Partikel") - .setUnbreakable(true) - .removeAllAtributs() - .build()); }