Fix RPlayer (hopefully)

This commit is contained in:
2025-09-29 08:35:03 +02:00
parent f2073db1e8
commit fa6b75e2aa
@@ -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);
}
}