forked from GeyserMC/Geyser
Updated player count for ade40d5
This commit is contained in:
parent
90dc33e394
commit
70975a1d36
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class GeyserConnector {
|
||||||
shuttingDown = true;
|
shuttingDown = true;
|
||||||
|
|
||||||
if (players.size() >= 1) {
|
if (players.size() >= 1) {
|
||||||
bootstrap.getGeyserLogger().info("Kicking " + (players.size() / 3) + " player(s)");
|
bootstrap.getGeyserLogger().info("Kicking " + players.size() + " player(s)");
|
||||||
|
|
||||||
for (GeyserSession playerSession : players.values()) {
|
for (GeyserSession playerSession : players.values()) {
|
||||||
playerSession.disconnect("Geyser Proxy shutting down.");
|
playerSession.disconnect("Geyser Proxy shutting down.");
|
||||||
|
|
Loading…
Reference in a new issue