shavitush / bhoptimer

A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
https://timer.shav.it
GNU General Public License v3.0
228 stars 93 forks source link

fixups for mapchooser nominate menu after sqlite support was added to shavit-rankings #1204

Closed rtldg closed 3 months ago

rtldg commented 3 months ago

shavit-mapchooser menus want tiers from shavit-rankings

shavit-rankings probably won't send tiers on the first map because it's waiting for the database handle which probably comes after OnMapStart which means it skips tier retrieval for the first map... which means shavit-mapchooser never makes the (enhanced?) nominate menu...

shitify OnMapStart in shavit-rankings and add more bools to fix...

This broke in https://github.com/shavitush/bhoptimer/pull/1182