splewis / get5

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

Fix workshop map names in backups #979

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

For some reason, KeyValues cannot store a key with a forward slash in its name, so we have to escape these when writing backups that contain workshop maps (workshop/mapid/mapname).

Tested and working.