mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Also update version string
This commit is contained in:
parent
cfc67c97f8
commit
50c0426313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user