PC-409 - 2

Not sure why but it missed out an if statement in the previous commit
This commit is contained in:
Sam 2016-06-01 14:54:23 +01:00
parent df9fe45d7e
commit 4c4363ffaa

View File

@ -1051,6 +1051,7 @@ public class GameLobbyManager implements Listener
for(Player players : UtilServer.GetPlayers())
{
if (Manager.isVanished(players))
{
spectatorCount++;
}