Because server admins are bitchy we need to support 1.3 as well
This commit is contained in:
parent
9e4ecf1ad4
commit
3c0f9bc3c4
@ -122,7 +122,7 @@ public class PacketDefinitions {
|
||||
opCodes[0xFB] = null; // Does not exist
|
||||
opCodes[0xFC] = new OpCode[]{SHORT_BYTE, SHORT_BYTE};
|
||||
opCodes[0xFD] = new OpCode[]{STRING, SHORT_BYTE, SHORT_BYTE};
|
||||
opCodes[0xFE] = new OpCode[]{BYTE};
|
||||
opCodes[0xFE] = new OpCode[]{}; // Should be byte, screw you too bitchy server admins!
|
||||
opCodes[0xFF] = new OpCode[]{STRING};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user