Update to Minecraft 1.12

This commit is contained in:
md_5
2017-06-08 18:00:00 +10:00
parent e26b93728c
commit ff891c000e
6 changed files with 6 additions and 12 deletions

View File

@@ -597,7 +597,7 @@ public class BungeeCord extends ProxyServer
@Override
public String getGameVersion()
{
return Joiner.on( ", " ).join( ProtocolConstants.SUPPORTED_VERSIONS );
return ProtocolConstants.SUPPORTED_VERSIONS.get( 0 ) + "-" + ProtocolConstants.SUPPORTED_VERSIONS.get( ProtocolConstants.SUPPORTED_VERSIONS.size() - 1 );
}
@Override