Fixed typo in InsentientWatcher, self disguises crashing on metachange

This commit is contained in:
libraryaddict
2016-07-12 00:36:47 +12:00
parent 22faedb8a4
commit c239116c9d
5 changed files with 14 additions and 6 deletions

View File

@@ -894,7 +894,7 @@ public class PacketsManager
List<WrappedWatchableObject> watchableObjects = disguise.getWatcher()
.convert(packets[0].getWatchableCollectionModifier().read(0));
packets[0] = new PacketContainer(sentPacket.getType());
packets[0] = new PacketContainer(Server.ENTITY_METADATA);
StructureModifier<Object> newMods = packets[0].getModifier();