mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed problem with some config values
This commit is contained in:
parent
e54e5afdb3
commit
31a2ef39d0
|
@ -1357,7 +1357,8 @@ void CGameContext::ConchainGameinfoUpdate(IConsole::IResult *pResult, void *pUse
|
|||
if(pResult->NumArguments())
|
||||
{
|
||||
CGameContext *pSelf = (CGameContext *)pUserData;
|
||||
pSelf->m_pController->CheckGameInfo();
|
||||
if(pSelf->m_pController)
|
||||
pSelf->m_pController->CheckGameInfo();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue