Merge pull request #74 from h1-mod/slowmotion

slowmotion
This commit is contained in:
fed 2022-05-29 01:26:10 +00:00 committed by GitHub
commit 11b4fdeb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,9 @@ namespace slowmotion
return;
}
utils::hook::jump(0x140365480, scr_cmd_set_slow_motion);
utils::hook::jump(0x43D2E0_b, scr_cmd_set_slow_motion);
}
};
}
//REGISTER_COMPONENT(slowmotion::component)
REGISTER_COMPONENT(slowmotion::component)