| 669 | COMMAND(getmap, "ss"); |
| 670 | |
| 671 | void deleteservermap(char *mapname) |
| 672 | { |
| 673 | const char *name = behindpath(mapname); |
| 674 | if(!*name || securemapcheck(name)) return; |
| 675 | addmsg(SV_REMOVEMAP, "rs", name); |
| 676 | } |
| 677 | COMMAND(deleteservermap, "s"); |
| 678 | |
| 679 | string demosubpath; |
nothing calls this directly
no test coverage detected