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);
|
gameProfile.getProperties().put("textures", skinData);
|
||||||
return gameProfile;
|
return gameProfile;
|
||||||
} else {
|
} else {
|
||||||
return new GameProfile(actualUUID, name);
|
return new GameProfile(uuid, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user