mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 11:36:51 +01:00
Whoops, left some debug info in
This commit is contained in:
parent
880cf29fc7
commit
e84fca699d
@ -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);
|
PacketType type = new PacketType(protocol, sender, packetId, -1, PROTOCOL_VERSION, className);
|
||||||
type.dynamic = true;
|
type.dynamic = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user