Update for 1.5. This build only supports 1.5, not any other versions.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>bungeecord-parent</artifactId>
|
||||
<version>1.4.7-SNAPSHOT</version>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user