Archiviert
13
0

Whoops, left some debug info in

Dieser Commit ist enthalten in:
Dan Mulloy 2015-11-13 20:07:12 -05:00
Ursprung 880cf29fc7
Commit e84fca699d

Datei anzeigen

@ -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;