Blacklist the UPDATE_ATTRIBUTES packet in the deep clone test

This commit is contained in:
Dan Mulloy 2015-08-21 17:52:20 -04:00
parent 368ed76677
commit fc28a9242c

View File

@ -465,7 +465,8 @@ public class PacketContainerTest {
}
private static final List<PacketType> BLACKLISTED = Util.asList(
PacketType.Play.Client.CUSTOM_PAYLOAD, PacketType.Play.Server.CUSTOM_PAYLOAD, PacketType.Play.Server.MAP_CHUNK
PacketType.Play.Client.CUSTOM_PAYLOAD, PacketType.Play.Server.CUSTOM_PAYLOAD, PacketType.Play.Server.MAP_CHUNK,
PacketType.Play.Server.UPDATE_ATTRIBUTES
);
@Test