Downgrade NIO to 1.4.7

This commit is contained in:
md_5
2013-03-11 18:26:12 +11:00
parent cd1420d9cd
commit 9edcda7ace
8 changed files with 8 additions and 57 deletions

View File

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