Update to 1.5.2, closes #302
This commit is contained in:
parent
09d04c34cb
commit
b7511abfda
@ -62,11 +62,11 @@ public class BungeeCord extends ProxyServer
|
||||
/**
|
||||
* Server protocol version.
|
||||
*/
|
||||
public static final byte PROTOCOL_VERSION = 60;
|
||||
public static final byte PROTOCOL_VERSION = 61;
|
||||
/**
|
||||
* Server game version.
|
||||
*/
|
||||
public static final String GAME_VERSION = "1.5";
|
||||
public static final String GAME_VERSION = "1.5.2";
|
||||
/**
|
||||
* Current operation state.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user