From 50c0426313a1d0d667108c9fb44ab5695155a646 Mon Sep 17 00:00:00 2001 From: MatrixTunnel Date: Tue, 31 Jul 2018 06:13:31 -0700 Subject: [PATCH] Also update version string --- .../proxy/connection/client/StatusSessionHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java b/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java index 278ed24e0..e217393cf 100644 --- a/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java +++ b/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java @@ -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