Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Merge pull request #8 from MatrixTunnel/master
Also update version string
Dieser Commit ist enthalten in:
Commit
d4ee9235e6
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren