mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix detach bug in PRX
This commit is contained in:
parent
ef68ef96fa
commit
e07f59adbe
@ -20,5 +20,5 @@ void PRX_Attach()
|
||||
|
||||
void PRX_Detach()
|
||||
{
|
||||
DetourAttach((LPVOID*)&v_exit_or_terminate_process, &h_exit_or_terminate_process);
|
||||
DetourDetach((LPVOID*)&v_exit_or_terminate_process, &h_exit_or_terminate_process);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user