mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Merge pull request #8317 from ChillerDragon/pr_static_member_console
Don't access static ConCommandStatus with a member
This commit is contained in:
commit
f9cb924e20
|
@ -736,7 +736,7 @@ void CConsole::ConUserCommandStatus(IResult *pResult, void *pUser)
|
|||
str_from_int((int)IConsole::ACCESS_LEVEL_USER, aBuf);
|
||||
Result.AddArgument(aBuf);
|
||||
|
||||
pConsole->ConCommandStatus(&Result, pConsole);
|
||||
CConsole::ConCommandStatus(&Result, pConsole);
|
||||
}
|
||||
|
||||
void CConsole::TraverseChain(FCommandCallback *ppfnCallback, void **ppUserData)
|
||||
|
|
Loading…
Reference in a new issue