diff --git a/src/de/steamwar/lobby/inventorys/LobbyInventory.java b/src/de/steamwar/lobby/inventorys/LobbyInventory.java index b29efe4..4ec32d3 100644 --- a/src/de/steamwar/lobby/inventorys/LobbyInventory.java +++ b/src/de/steamwar/lobby/inventorys/LobbyInventory.java @@ -36,7 +36,7 @@ public class LobbyInventory { .build()); player.getInventory().setItem(8, new ItemBuilder(SCHILD) - .setDisplayName("§bSchild §8| " + (lobbyPlayer.isShield() ? "§caus" : "§aan")) + .setDisplayName("§bSchild §8| " + (lobbyPlayer.isShield() ? "§aan" : "§caus")) .setUnbreakable(true) .removeAllAtributs() .build());