forked from MagicBane/Server
Validation work
This commit is contained in:
@@ -340,7 +340,6 @@ public enum Protocol {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static int FindNextValidOpcode(ByteBufferReader reader) {
|
||||
int startPos = reader.position();
|
||||
int bytesLeft = reader.remaining();
|
||||
|
||||
Reference in New Issue
Block a user