Server: Add support for maps/$MAPNAME_skl.cfg to support Sven Coop's map

specific skill overrides.
This commit is contained in:
Marco Cawthorne 2021-12-14 10:25:32 -08:00
parent 5ea389dc71
commit 094e87f957
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Skill_Init(void)
/* sometimes we have extra overrides that the original does not
provide. so we execute our mod-specific config here */
readcmd(sprintf("exec skill_%s.cfg\n", cvar_string("game")));
readcmd(sprintf("exec maps/%s_skl.cfg\n", mapname));
}
/*