Fix 1.6.2 support

This commit is contained in:
md_5 2013-07-08 22:37:59 +10:00
parent 10e81041b2
commit 9adcb05d45

View File

@ -364,7 +364,7 @@ public class Vanilla implements Protocol
{
INT, SHORT, INT, BYTE, SHORT_BYTE
};
opCodes[0x84] = new OpCode[]
opCodes[0x85] = new OpCode[]
{
BYTE, INT, INT, INT
};