diff --git a/src/de/steamwar/lobby/util/LobbyPlayer.java b/src/de/steamwar/lobby/util/LobbyPlayer.java index 7e292cd..d7a441e 100644 --- a/src/de/steamwar/lobby/util/LobbyPlayer.java +++ b/src/de/steamwar/lobby/util/LobbyPlayer.java @@ -96,5 +96,4 @@ public class LobbyPlayer { public static LobbyPlayer getLobbyPlayer(Player player) { return getLobbyPlayer(player.getUniqueId()); } - }