forked from GeyserMC/Geyser
Cleaned up language
This commit is contained in:
parent
c114f49e84
commit
41e0de4484
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue