-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player Count Inaccurate After Player Disconnect #5
Comments
TGRHavoc
added a commit
that referenced
this issue
Sep 22, 2017
The previous way of calculating the player count apparently didn't work. Now when the player leaves the server, they're removed from the local cache. This is then used to get the player count.
Want to test the latest develop branch, see if it fixes the issue? |
Yep, all fixed! 😄 |
TGRHavoc
added a commit
that referenced
this issue
May 17, 2019
The previous way of calculating the player count apparently didn't work. Now when the player leaves the server, they're removed from the local cache. This is then used to get the player count. closes #5
TGRHavoc
added a commit
that referenced
this issue
Jul 28, 2021
The previous way of calculating the player count apparently didn't work. Now when the player leaves the server, they're removed from the local cache. This is then used to get the player count. closes #5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a player logs on, the count accurately goes up by one. However, when the player disconnects/logs off, the player count does not update. Refreshing the map does properly update the count.
The text was updated successfully, but these errors were encountered: