Not sure if this will fix or break stuff, use real entity UUID
This commit is contained in:
		| @@ -423,7 +423,7 @@ public class PacketsManager { | ||||
|             StructureModifier<Object> mods = spawnEntity.getModifier(); | ||||
|  | ||||
|             mods.write(0, disguisedEntity.getEntityId()); | ||||
|             mods.write(1, UUID.randomUUID()); | ||||
|             mods.write(1, disguisedEntity.getUniqueId().toString()); | ||||
|             mods.write(2, disguise.getType().getTypeId()); | ||||
|  | ||||
|             // region Vector calculations | ||||
|   | ||||
		Reference in New Issue
	
	Block a user