mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-09-19 12:06:11 +08:00
some progress on prediction redesignment
This commit is contained in:
@ -2,7 +2,7 @@ void* Original_Item_Post_Frame_Caller;
|
||||
|
||||
void __thiscall Redirected_Item_Post_Frame(void* Player)
|
||||
{
|
||||
if (*(void**)((unsigned __int32)__builtin_frame_address(0) + 60) == (void*)((unsigned __int32)Client_Module + 423107))
|
||||
if (*(void**)((unsigned __int32)__builtin_frame_address(0) + 88) == (void*)((unsigned __int32)Client_Module + 423107))
|
||||
{
|
||||
(decltype(&Redirected_Item_Post_Frame)(Original_Item_Post_Frame_Caller))(Player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user