From 30cdc6ec5ad4fc32681ed0c496819c477225215a Mon Sep 17 00:00:00 2001 From: Yaruma3341 Date: Sun, 2 Feb 2020 01:00:41 +0100 Subject: [PATCH] bugfixes --- src/de/steamwar/lobby/inventorys/LobbyInventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());