Implement dual protocol version support.
This commit is contained in:
@@ -174,6 +174,7 @@ public abstract class ProxyServer
|
||||
*
|
||||
* @return the supported Minecraft version
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract String getGameVersion();
|
||||
|
||||
/**
|
||||
@@ -181,6 +182,7 @@ public abstract class ProxyServer
|
||||
*
|
||||
* @return the Minecraft protocol version
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract int getProtocolVersion();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user