diff --git a/src/client/component/slowmotion.cpp b/src/client/component/slowmotion.cpp index 486230d9..f7ed223a 100644 --- a/src/client/component/slowmotion.cpp +++ b/src/client/component/slowmotion.cpp @@ -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)