Another fixy
This commit is contained in:
		@@ -166,7 +166,7 @@ public class PacketHandlerSpawn implements IPacketHandler {
 | 
				
			|||||||
            boolean visibleOrNewCompat = playerDisguise.isNameVisible() || DisguiseConfig.isScoreboardNames();
 | 
					            boolean visibleOrNewCompat = playerDisguise.isNameVisible() || DisguiseConfig.isScoreboardNames();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            WrappedGameProfile spawnProfile = visibleOrNewCompat ? playerDisguise.getGameProfile() : ReflectionManager
 | 
					            WrappedGameProfile spawnProfile = visibleOrNewCompat ? playerDisguise.getGameProfile() : ReflectionManager
 | 
				
			||||||
                    .getGameProfileWithThisSkin(UUID.randomUUID(), visibleOrNewCompat ? playerDisguise.getName() : "", playerDisguise.getGameProfile());
 | 
					                    .getGameProfileWithThisSkin(UUID.randomUUID(), visibleOrNewCompat ? playerDisguise.getName() : "LD_NoName", playerDisguise.getGameProfile());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            int entityId = disguisedEntity.getEntityId();
 | 
					            int entityId = disguisedEntity.getEntityId();
 | 
				
			||||||
            PlayerSkinHandler.PlayerSkin skin;
 | 
					            PlayerSkinHandler.PlayerSkin skin;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user