mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-02-15 12:02:59 +01:00
Remove debug line.
This commit is contained in:
parent
3ad24921d9
commit
e6de9ae705
@ -221,7 +221,6 @@ abstract class PlayerInjector {
|
||||
Packet handlePacketRecieved(Packet packet) {
|
||||
// Get the packet ID too
|
||||
Integer id = MinecraftRegistry.getPacketToID().get(packet.getClass());
|
||||
System.out.println(id);
|
||||
|
||||
// Make sure we're listening
|
||||
if (id != null && sendingFilters.contains(id)) {
|
||||
|
Loading…
Reference in New Issue
Block a user