mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-05 02:10:14 +01:00
Wups, nothing to see here.
This commit is contained in:
parent
8eeb8645e7
commit
3509702204
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user