diff --git a/src/de/steamwar/lobby/inventories/LobbyInventory.java b/src/de/steamwar/lobby/inventories/LobbyInventory.java index ce86f9e..4850388 100644 --- a/src/de/steamwar/lobby/inventories/LobbyInventory.java +++ b/src/de/steamwar/lobby/inventories/LobbyInventory.java @@ -19,7 +19,6 @@ public class LobbyInventory { public static void givePlayerLobbyItems(Player player) { LobbyPlayer lobbyPlayer = LobbyPlayer.getLobbyPlayer(player.getUniqueId()); - if(lobbyPlayer == null) return; player.getInventory().setItem(2, new ItemBuilder(PLAYER_HIDER) .setDisplayName(lobbyPlayer.getHiderState().getName())