13
0
geforkt von Mirrors/Velocity

Also update version string

Dieser Commit ist enthalten in:
MatrixTunnel 2018-07-31 06:13:31 -07:00
Ursprung cfc67c97f8
Commit 50c0426313

Datei anzeigen

@ -36,7 +36,7 @@ public class StatusSessionHandler implements MinecraftSessionHandler {
// Status request
ServerPing ping = new ServerPing(
new ServerPing.Version(connection.getProtocolVersion(), "Velocity 1.10-1.12.2"),
new ServerPing.Version(connection.getProtocolVersion(), "Velocity 1.9-1.13"),
new ServerPing.Players(0, configuration.getShowMaxPlayers()),
configuration.getMotdComponent(),
null