Oh yeah, its UUID not String
This commit is contained in:
		| @@ -423,7 +423,7 @@ public class PacketsManager { | |||||||
|             StructureModifier<Object> mods = spawnEntity.getModifier(); |             StructureModifier<Object> mods = spawnEntity.getModifier(); | ||||||
|  |  | ||||||
|             mods.write(0, disguisedEntity.getEntityId()); |             mods.write(0, disguisedEntity.getEntityId()); | ||||||
|             mods.write(1, disguisedEntity.getUniqueId().toString()); |             mods.write(1, disguisedEntity.getUniqueId()); | ||||||
|             mods.write(2, disguise.getType().getTypeId()); |             mods.write(2, disguise.getType().getTypeId()); | ||||||
|  |  | ||||||
|             // region Vector calculations |             // region Vector calculations | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user