mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Add config variable if not present
--HG-- branch : develop
This commit is contained in:
parent
8f6aa83a7b
commit
86415a3c2b
1 changed files with 3 additions and 1 deletions
|
@ -288,6 +288,8 @@ void CConfig::setString( const char *key, const std::string &value )
|
|||
}
|
||||
else
|
||||
{
|
||||
nlwarning( "Couldn't find key %s in %s.", key, cf.getFilename().c_str() );
|
||||
NLMISC::CConfigFile::CVar var;
|
||||
var.forceAsString(value);
|
||||
cf.insertVar(key, var);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue