From 9ad7b961e66266c3bedaa4336f4d30bb91ab7b61 Mon Sep 17 00:00:00 2001 From: mjkzy Date: Sat, 28 May 2022 14:26:48 -0500 Subject: [PATCH] slowmotion --- src/client/component/slowmotion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)