Cleaned up language

This commit is contained in:
rtm516 2020-04-06 14:35:18 +01:00
parent c114f49e84
commit 41e0de4484
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class GeyserConnector {
shuttingDown = true;
if (players.size() >= 1) {
bootstrap.getGeyserLogger().info("Kicking " + (players.size() / 3) + " players");
bootstrap.getGeyserLogger().info("Kicking " + (players.size() / 3) + " player(s)");
for (GeyserSession playerSession : players.values()) {
playerSession.disconnect("Geyser Proxy shutting down.");