DoktorSAS / H1Mapvote

Call of Duty: Modern Warfare Remastered multiplayer mapvote
GNU General Public License v3.0
16 stars 7 forks source link

First come first serve #6

Closed dellmas closed 3 weeks ago

dellmas commented 3 weeks ago

As it stands you have:

firstmap secondmap thirdmap for your mapvote.

If you vote for secondmap and just before timer ends someone else votes firstmap, it's going to pick firstmap. Basically if all maps have 1 vote its going to go firstmap.

Can you edit the code to go with the first vote cast unless 2 or more votes are present on another map?

DoktorSAS commented 3 weeks ago

Solved in https://github.com/DoktorSAS/H1Mapvote/commit/92593f4f0ca65e4d76cbb73da7c19a08837741fc Thanks for reporting the issue