Blacklist the UPDATE_ATTRIBUTES packet in the deep clone test
Dieser Commit ist enthalten in:
Ursprung
368ed76677
Commit
fc28a9242c
@ -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
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren