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 e067ff8 + 9239010 commit c6f1cf0Copy full SHA for c6f1cf0
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