realm player count
In the realm package it does return the incorrect value on realms
Did you open an issue to say it was working correctly?
my bad incorrect*
Unsure if it was how it behaved before, but it seems like it returns all players that have ever connected to the realm. You can do additional filtering to check to see if the Online field is set to true in each Player that gets returned, but I suppose the OnlinePlayers() method should do that filtering
thanks it worked
i just added a filter