interacting

This commit is contained in:
Milxnor
2023-03-08 21:37:55 -05:00
parent 1fd8f0f93f
commit 59c338c401
26 changed files with 432 additions and 52 deletions

View File

@@ -218,6 +218,9 @@ namespace Hooking
if (bHookExec)
{
if (Original)
*Original = Exec;
Exec = Detour;
return true;
}