Start of CEngineClient implementation.

* Rebuild SetRestrictedServerCommand and SetRestrictedClientCommands
* Implemented new CMemory Function to walk through a VTable.
* pDetours->GetCon() gets called first now.
*
This commit is contained in:
PixieCore
2022-05-06 00:34:46 +02:00
parent 31c4f36aa3
commit 66d122e192
8 changed files with 114 additions and 13 deletions

View File

@@ -123,9 +123,9 @@ void Systems_Init()
initTimer.Start();
for (IDetour* pDetour : vDetour)
{
pDetour->GetCon();
pDetour->GetFun();
pDetour->GetVar();
pDetour->GetCon();
}
initTimer.End();
spdlog::info("+-------------------------------------------------------------+\n");