PC-409 - 2
Not sure why but it missed out an if statement in the previous commit
This commit is contained in:
parent
df9fe45d7e
commit
4c4363ffaa
@ -1051,6 +1051,7 @@ public class GameLobbyManager implements Listener
|
||||
|
||||
for(Player players : UtilServer.GetPlayers())
|
||||
{
|
||||
if (Manager.isVanished(players))
|
||||
{
|
||||
spectatorCount++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user