mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 23:38:07 +03:00
Fix mistake
This commit is contained in:
parent
3132e20fad
commit
cc12f0a0a4
@ -901,7 +901,7 @@ bool CGameConfigManager::LoadGameConfigFile(const char *file, IGameConfig **conf
|
||||
configFromCache = new CGameConfig(file);
|
||||
configFromCache->AddRef();
|
||||
|
||||
bool returnValue = returnValue = configFromCache->Reparse(error, maxlength);
|
||||
bool returnValue = configFromCache->Reparse(error, maxlength);
|
||||
|
||||
m_Lookup.insert(file, configFromCache);
|
||||
*config = configFromCache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user