Skip to content

Commit

Permalink
Remove unnecessary indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Aug 20, 2022
1 parent bb64ae5 commit 6d62a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 6d62a4c

Please sign in to comment.