Whoops, left some debug info in

This commit is contained in:
Dan Mulloy 2015-11-13 20:07:12 -05:00
parent 880cf29fc7
commit e84fca699d

View File

@ -699,7 +699,6 @@ public class PacketType implements Serializable, Comparable<PacketType> {
}
}
System.out.println("No match for " + className);
PacketType type = new PacketType(protocol, sender, packetId, -1, PROTOCOL_VERSION, className);
type.dynamic = true;