Server: Add support for maps/$MAPNAME_skl.cfg to support Sven Coop's map
specific skill overrides.
This commit is contained in:
parent
5ea389dc71
commit
094e87f957
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue