forked from SteamWar/SteamWar
Fix RPlayer (hopefully)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user