Update for 1.5. This build only supports 1.5, not any other versions.

This commit is contained in:
md_5
2013-03-10 12:41:13 +11:00
parent e937dcb4bb
commit a0989a8932
8 changed files with 57 additions and 8 deletions

View File

@@ -48,11 +48,11 @@ public class BungeeCord extends ProxyServer
/**
* Server protocol version.
*/
public static final byte PROTOCOL_VERSION = 51;
public static final byte PROTOCOL_VERSION = 60;
/**
* Server game version.
*/
public static final String GAME_VERSION = "1.4.6";
public static final String GAME_VERSION = "1.5";
/**
* Current operation state.
*/