Move protocol version declaration

This commit is contained in:
md_5
2013-05-25 17:03:00 +10:00
parent 775ffdc998
commit f93b647df3
2 changed files with 5 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ import static net.md_5.bungee.protocol.PacketDefinitions.OpCode.*;
public class PacketDefinitions
{
public static final byte PROTOCOL_VERSION = 61;
public static final String GAME_VERSION = "1.5.2";
public static final OpCode[][] opCodes = new OpCode[ 512 ][];
public static final int VANILLA_PROTOCOL = 0;
public static final int FORGE_PROTOCOL = 256;