moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
915 stars 292 forks source link

Player Count does not increment /status #528

Closed PJNorrisS1 closed 1 year ago

PJNorrisS1 commented 1 year ago

I've noticed this a few times now, and can now recreate.

The same occurs when I remove that player... it will only decrement when the scoreboard page is loaded.

Is there something happening when the scoreboard loads for the player_count string to update?

Thanks

eljeffeg commented 1 year ago

Yeah, the count was pulled from the scoreboard cache instead of directly from the database. I can update that as it's not a heavy query, but the count will include disabled teams too.

PJNorrisS1 commented 1 year ago

Ahh magic! Thank you