LeventHAN / SquadStatsJSPRO

An advanced version of SquadStatJS (tracking your squad stats) with advanced discord commands to manage your discord server. (Soon with inbuild stat website)
MIT License
34 stars 29 forks source link

Playerlist update delay? #55

Closed CptEagle closed 2 years ago

CptEagle commented 2 years ago

Describe the bug When player joined the server it takes a while by when you see the on the player list

Expectedr Increase the playerlist on refresh

LeventHAN commented 2 years ago

PLAYER_CONNECTED event is fired once the player is logged in the server.cfg logs. Since SQUADJS is not using the RCON event playerConnected (don't even know if that even is a thing since Squad is not really following the default RCON protocols)...

But that might be solved in the later SQUADJS updates, where Squad would fire (at least the same info they log in the logs) in the rcon once player has been connected...

For now this bug/issue is not valid as there is nothing I can do, but add a rcon implementention for this which is out of scope for this project.