-
Notifications
You must be signed in to change notification settings - Fork 9
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
Map vote changes to the wrong map #32
Comments
I could not reproduce this issue on my server. The server did not change to map A after changing to map B.
Please test again on a clean sourcemod install with only core plugins and this plugin. |
When the map vote recieved votes less than the passing ratio, the cancelvote works as expected:
|
When it already recieved votes greater than the passing ratio while some players haven't voted, the cancelvote doesn't work properly:
|
See if the issue still occurs on this version. |
It still occurs unfortunately. |
Another behavior I observed: To Reproduce
|
Suggested Fix: |
Test this version please. |
This fixed the map vote. The list vote behavior persists. |
Different issue, moved to #33 |
Describe the bug
When a map vote is cancelled manually during the vote by an admin. If another map vote is called and passed, the map will first change to the map of the passed vote, then to the map of the cancelled vote.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Server should not change to the map of the cancelled vote.
Game Server
Additional context
Not sure if the same can happen for other types of vote.
The text was updated successfully, but these errors were encountered: