fpaezf / CS2-RCON-Tool-V2

A Counter-Strike 2 RCON tool
87 stars 2 forks source link

Number of Players Doesn't Show Correctly. #24

Closed t4r1k58 closed 9 months ago

t4r1k58 commented 9 months ago

1 This problem appeared after the last major cs2 update.

fpaezf commented 9 months ago

Since the last update, the dedicated servers stopped properly calling EndAuthSession on client disconnect event which would cause the player count to not go down in the A2S_INFO responses.

Valve has to fix it in further updates. Meanwhile, this plugin aims to fix that error: https://github.com/Source2ZE/AuthSessionFix

Thanks for the feedback.