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
230 stars 94 forks source link

shavit_stats_use_mapchooser not compatible with workshop maps #1168

Closed Uronic closed 2 years ago

Uronic commented 2 years ago

When setting shavit_stats_use_mapchooser to 1 on a server using workshop maps, the map count does not show in !profile

rtldg commented 2 years ago

I think it's due to shavit-mapchooser storing the maps StringMap (Shavit_GetMapsStringMap) with the full map name (workshop/123123/map). I'll make it use the stripped/display version. AFAIK there's no other plugins using Shavit_GetMapsStringMap so this should be fine to change

rtldg commented 2 years ago

Pretty sure this should work but reopen and let me know if it doesn't