splewis / get5

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

Fix ban of `de_cbble` + add test for workshop maps #1005

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Because this map is the only (as far as I know) actually misspelled official map, I've added a slight hack that, in the case a !ban command does not match any map and the string you sent contains the word cobble (case insensitively), it will re-run the search for a map using the string cbble instead, which will match de_cbble. I also added a test for this.