Quick fix for /server, will do a better job later

This commit is contained in:
md_5
2013-02-10 21:36:37 +11:00
parent 9c5e02e20a
commit 25d2902240
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ public class PacketDefinitions
{
private static final int MAX_PACKET = 256;
public static final OpCode[][] opCodes = new OpCode[ MAX_PACKET ][];
public static final OpCode[][] opCodes = new OpCode[ MAX_PACKET * 2 ][];
public static final int VANILLA_PROTOCOL = 0;
public static final int FORGE_PROTOCOL = MAX_PACKET;