splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 176 forks source link

Maplist not working #957

Closed lugaamn closed 1 year ago

lugaamn commented 1 year ago

"maplist": [ "de_dust2", "de_nuke", "de_inferno", "de_mirage", "de_vertigo", "de_ancient", "de_overpass" ]

I added "de_train" and de_Anubis de_cache. When i change map de_train ... it just changed to de_ancient. And i added maplist csgo/get5.cfg it just changed first map de_dust2. cfg - skip_veto 1, map_number 1. Look map list there is not de_train de_cache de_anubis.

nickdnk commented 1 year ago

You are doing something wrong then. The maplist feature works fine. You also did not fill out any of the data requested in the issue template.

The maplist you posted here would start on de_dust2, as that's the first map in the list. It's kind of self-explanatory.

Please don't open issues with problems that can be resolved by simply reading the documentation: https://splewis.github.io/get5/latest/.