mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add missing comment
Accidental deletion lol
This commit is contained in:
parent
683dcfe534
commit
d5c4254433
@ -119,6 +119,7 @@ void InstallHooks()
|
||||
|
||||
void RemoveHooks()
|
||||
{
|
||||
// Begin the detour transaction, to unhook the the process
|
||||
DetourTransactionBegin();
|
||||
DetourUpdateThread(GetCurrentThread());
|
||||
|
||||
@ -126,6 +127,7 @@ void RemoveHooks()
|
||||
DetourDetach((LPVOID*)&SQVM_Print, &Hook_SQVM_Print);
|
||||
DetourDetach((LPVOID*)&SQVM_LoadScript, &Hook_SQVM_LoadScript);
|
||||
|
||||
// Commit the transaction
|
||||
DetourTransactionCommit();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user