Wups, nothing to see here.

This commit is contained in:
Kristian S. Stangeland 2013-12-06 06:08:52 +01:00
parent 8eeb8645e7
commit 3509702204

View File

@ -175,10 +175,6 @@ public class NettyProtocolInjector implements ChannelListener {
public Object onPacketSending(ChannelInjector injector, Object packet, NetworkMarker marker) {
Class<?> clazz = packet.getClass();
if (!Bukkit.isPrimaryThread()) {
System.out.println("FUCK ME: " + packet);
}
if (queuedFilters.contains(clazz)) {
// Check for ignored packets
if (injector.unignorePacket(packet)) {