diff --git a/src/de/steamwar/tutorial/commands/TutorialCommand.java b/src/de/steamwar/tutorial/commands/TutorialCommand.java index f8817d1..f3824d9 100644 --- a/src/de/steamwar/tutorial/commands/TutorialCommand.java +++ b/src/de/steamwar/tutorial/commands/TutorialCommand.java @@ -18,6 +18,6 @@ public class TutorialCommand extends SWCommand { } public static void rate(Player player) { - NetworkSender.send(new ExecuteCommandPacket(SteamwarUser.get(player).getId(), "tutorial rate " + System.getProperty("tutorial")), player); + NetworkSender.send(new ExecuteCommandPacket(SteamwarUser.get(player.getUniqueId()).getId(), "tutorial rate " + System.getProperty("tutorial"))); } }