From 6d62a4c24bc328f105c60ddab81c25135fa2c54f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 18 Aug 2022 19:49:20 -0500 Subject: [PATCH] Remove unnecessary indentation change --- .../proxy/connection/util/ServerListPingHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java index de6fe231f9..88f5d243d5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java @@ -63,7 +63,7 @@ private ServerPing constructLocalPing(ProtocolVersion version) { samplePlayers = ImmutableList.of(); } return new ServerPing( - new ServerPing.Version(version.getProtocol(), + new ServerPing.Version(version.getProtocol(), "Velocity " + ProtocolVersion.SUPPORTED_VERSION_STRING), new ServerPing.Players(server.getPlayerCount(), configuration.getShowMaxPlayers(), samplePlayers), configuration.getMotd(),