Skip to content
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

Tiered Vote and previous map exclude #52

Open
Xiaminou opened this issue May 26, 2018 · 1 comment
Open

Tiered Vote and previous map exclude #52

Xiaminou opened this issue May 26, 2018 · 1 comment

Comments

@Xiaminou
Copy link

I have a server on Empires mod and I use UMC for map votes. I wanted to use UMC's tiered vote so my players can vote between different type of maps, however I also use map exclude to exclude a large portion of the previously played map.
I have found that when one of the two groups I have run out of maps it will properly make players vote between maps in the the other group as the first vote, however when that vote is complete instead of changing to the vote map it thinks that the map that was voted is not a map but a group instead and it looks for maps in that group.
L 05/26/2018 - 02:07:22: [umc-core.smx] KV Error: Unable to find map group "0". Try removing any punctuation from the group's name.
This is an extract from the error logs, it looks for a group named "0" which is in fact the min_players for the map that was voted.

@Adrianilloo
Copy link
Contributor

Adrianilloo commented Jan 17, 2022

After recently discovering UMC and working on fixing it for my HL2:DM server (where I use Tiered voting mode too), I took one hour to analyze, nail down and fix this issue: Adrianilloo@d15e8e2.

The problem is that the "raw" map vote result handler wasn't set to be used when Tier/Group votes initially fail due to these exclusions (and raw Map vote is created instead).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants