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

@@ -77,13 +77,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.40</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.20.0-GA</version>
<version>5.1.42</version>
<scope>runtime</scope>
</dependency>
</dependencies>

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