rtxa / agmodx

AG Mod X is an improved Mini AG alternative made as a plugin for AMX Mod X from the ground. It's easy to add new stuff, make improvements, do changes, etc.
GNU General Public License v3.0
22 stars 9 forks source link

Fix bots being undecided voters #20

Closed utharper closed 1 year ago

utharper commented 1 year ago

Bots should not add to numUndecided, as they will not vote either way. This can prevent votes from being passed even with unanimous support of players.

rtxa commented 1 year ago

Thanks for the fix, I'll test it in a few days just to be sure and I'll merge it. By the way, I wonder if the bots being counted issue is affected in other parts of the core like StartVersus(), etc. I'll need to explore on that too.

rtxa commented 1 year ago

I'll take it from here :)