Fix a little typo for disguise cloning
This commit is contained in:
@@ -430,8 +430,9 @@ public class ReflectionManager {
|
||||
WrappedGameProfile gameProfile = new WrappedGameProfile(uuid != null ? uuid : UUID.randomUUID(),
|
||||
playerName);
|
||||
|
||||
if (profileWithSkin != null)
|
||||
if (profileWithSkin != null) {
|
||||
gameProfile.getProperties().putAll(profileWithSkin.getProperties());
|
||||
}
|
||||
|
||||
return gameProfile;
|
||||
}
|
||||
|
Reference in New Issue
Block a user