mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Fix painting error on spawn
This commit is contained in:
parent
25768bc20d
commit
6379ecaa8c
@ -139,7 +139,7 @@ public class PacketHandlerSpawn implements IPacketHandler {
|
||||
|
||||
int id = ((MiscDisguise) disguise).getData();
|
||||
|
||||
mods.write(4, ReflectionManager.getEnumArt(Art.values()[id]));
|
||||
mods.write(4, NmsVersion.v1_13.isSupported() ? id : ReflectionManager.getEnumArt(Art.values()[id]));
|
||||
|
||||
// Make the teleport packet to make it visible..
|
||||
PacketContainer teleportPainting = new PacketContainer(PacketType.Play.Server.ENTITY_TELEPORT);
|
||||
|
Loading…
Reference in New Issue
Block a user