AutoExecConfig: Do not traumatize Travis and Nextra
This commit is contained in:
parent
1f3ba35140
commit
78b1154b8d
|
@ -754,5 +754,3 @@ void CPluginMngr::CALMFromFile(const char *file)
|
||||||
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -255,7 +255,7 @@ void CoreConfig::ExecuteMapConfig()
|
||||||
|
|
||||||
char *mapPrefix;
|
char *mapPrefix;
|
||||||
|
|
||||||
if (mapPrefix = strtok(mapName, "_"))
|
if ((mapPrefix = strtok(mapName, "_")))
|
||||||
{
|
{
|
||||||
UTIL_Format(cfgPath, sizeof(cfgPath), "%s/%s%s/prefix_%s.cfg", g_mod_name.chars(), configsDir, MapConfigDir, mapPrefix);
|
UTIL_Format(cfgPath, sizeof(cfgPath), "%s/%s%s/prefix_%s.cfg", g_mod_name.chars(), configsDir, MapConfigDir, mapPrefix);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user