AutoExecConfig: Do not traumatize Travis and Nextra

This commit is contained in:
Arkshine 2015-07-20 09:35:13 +02:00
parent 1f3ba35140
commit 78b1154b8d
2 changed files with 1 additions and 3 deletions

View File

@ -754,5 +754,3 @@ void CPluginMngr::CALMFromFile(const char *file)
fclose(fp);
}

View File

@ -255,7 +255,7 @@ void CoreConfig::ExecuteMapConfig()
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);