Remove debug line.

This commit is contained in:
Kristian S. Stangeland 2012-10-01 00:16:34 +02:00
parent 3ad24921d9
commit e6de9ae705
1 changed files with 0 additions and 1 deletions

View File

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