mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-18 15:59:55 +02:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user