mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Unfreeze on rcon undeep
This commit is contained in:
parent
4760ff71c7
commit
2240380b0e
|
@ -217,7 +217,10 @@ void CGameContext::ConUnDeep(IConsole::IResult *pResult, void *pUserData)
|
||||||
return;
|
return;
|
||||||
CCharacter *pChr = pSelf->GetPlayerChar(pResult->m_ClientID);
|
CCharacter *pChr = pSelf->GetPlayerChar(pResult->m_ClientID);
|
||||||
if(pChr)
|
if(pChr)
|
||||||
|
{
|
||||||
pChr->SetDeepFrozen(false);
|
pChr->SetDeepFrozen(false);
|
||||||
|
pChr->UnFreeze();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CGameContext::ConLiveFreeze(IConsole::IResult *pResult, void *pUserData)
|
void CGameContext::ConLiveFreeze(IConsole::IResult *pResult, void *pUserData)
|
||||||
|
|
Loading…
Reference in a new issue