diff --git a/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/RPlayer.java b/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/RPlayer.java index 3596fc3f..a64105b7 100644 --- a/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/RPlayer.java +++ b/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/RPlayer.java @@ -87,7 +87,7 @@ public class RPlayer extends REntity { gameProfile.getProperties().put("textures", skinData); return gameProfile; } else { - return new GameProfile(actualUUID, name); + return new GameProfile(uuid, name); } }