We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c3815 + 9239010 commit c90805eCopy full SHA for c90805e
Client/multiplayer_sa/multiplayer_keysync.cpp
@@ -51,7 +51,6 @@ VOID InitKeysyncHooks()
51
HookInstallMethod(VTBL_CBoat__ProcessControl, (DWORD)HOOK_CBoat__ProcessControl);
52
HookInstallMethod(VTBL_CBike__ProcessControl, (DWORD)HOOK_CBike__ProcessControl);
53
HookInstallMethod(VTBL_CHeli__ProcessControl, (DWORD)HOOK_CHeli__ProcessControl);
54
- HookInstallMethod(VTBL_CHeli__ProcessControl, (DWORD)HOOK_CHeli__ProcessControl);
55
56
// not strictly for keysync, to make CPlayerPed::GetPlayerInfoForThisPlayerPed always return the local playerinfo
57
// 00609FF2 EB 1F JMP SHORT gta_sa_u.0060A013
0 commit comments