Fix Spoutcraft support. @Zidane @Dockter, please be aware that you were misinformed / incorrect in your statements and Netty in Spigot has nothing to do with the issues experienced by users with Spoutcraft.
This commit is contained in:
parent
3cff9eff24
commit
a46720a1ee
@ -270,6 +270,10 @@ public class PacketDefinitions
|
|||||||
{
|
{
|
||||||
INT, SHORT, INT, BYTE, SHORT_BYTE
|
INT, SHORT, INT, BYTE, SHORT_BYTE
|
||||||
};
|
};
|
||||||
|
opCodes[0xC3] = new OpCode[]
|
||||||
|
{
|
||||||
|
SHORT, SHORT, INT_BYTE
|
||||||
|
};
|
||||||
opCodes[0xC8] = new OpCode[]
|
opCodes[0xC8] = new OpCode[]
|
||||||
{
|
{
|
||||||
INT, BYTE
|
INT, BYTE
|
||||||
|
Loading…
Reference in New Issue
Block a user