shadsbot / gmod-Ranked-Choice-MapVote

A ranked choice map voting tool for Garry's Mod

Home Page:http://steamcommunity.com/sharedfiles/filedetails/?id=1171977530

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vote tally timer should ignore bots

Glitchvid opened this issue · comments

commented

Bots are pretty rare, but we don't want to hold up the timer for them, since they aren't even people!

Fix: Skip bots in checking when player votes are in.

Should be a simple change. All that needs to be done is change all instances of player.GetAll() to player.GetHumans()

Added in f88dfce