mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[server] Update CConsole::Execute(...)
This commit is contained in:
@ -397,4 +397,9 @@ void CConsole::Execute(char* pExecLine)
|
||||
}
|
||||
}
|
||||
|
||||
ConsoleVariable_s* ConVar = FindVariable(cmd);
|
||||
if (ConVar != NULL)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user