diff --git a/src/de/steamwar/lobby/commands/ShieldCommand.java b/src/de/steamwar/lobby/commands/ShieldCommand.java index c81d937..fc3e9f3 100644 --- a/src/de/steamwar/lobby/commands/ShieldCommand.java +++ b/src/de/steamwar/lobby/commands/ShieldCommand.java @@ -32,6 +32,7 @@ public class ShieldCommand implements CommandExecutor { lobbyPlayer.setShield(newShieldState); player.sendMessage("§7Dein Schild ist jetzt " + (newShieldState ? "§aan" : "§caus") + "§7."); + LobbyPlayer.getLobbyPlayer(player.getUniqueId()); return false; } }