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

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)