From bbec7ec891b3e90e33d8e5e0660d44376623a07f Mon Sep 17 00:00:00 2001 From: Lixfel Date: Fri, 4 Mar 2022 16:44:39 +0100 Subject: [PATCH] Remove particles --- src/de/steamwar/lobby/inventories/LobbyInventory.java | 5 ----- 1 file changed, 5 deletions(-) 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()); }