Archiviert
13
0

Blacklist the UPDATE_ATTRIBUTES packet in the deep clone test

Dieser Commit ist enthalten in:
Dan Mulloy 2015-08-21 17:52:20 -04:00
Ursprung 368ed76677
Commit fc28a9242c

Datei anzeigen

@ -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