From e1d1400737403a275fe2d15daaeeaf2d675e8ae4 Mon Sep 17 00:00:00 2001 From: BrentVL-1952840 <70229620+Brentdevent@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:24:09 +0100 Subject: [PATCH] Update command --- src/client/component/command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/command.cpp b/src/client/component/command.cpp index 767e328e..c5d8b35b 100644 --- a/src/client/component/command.cpp +++ b/src/client/component/command.cpp @@ -71,7 +71,7 @@ namespace command void post_unpack() override { // Disable whitelist - utils::hook::jump(game::select(0x1420EF190, 0x1404F9CD0), update_whitelist_stub); + utils::hook::jump(game::select(0x1420EE860, 0x1404F9CD0), update_whitelist_stub); } }; @@ -194,4 +194,4 @@ namespace command } } -REGISTER_COMPONENT(command::component) +REGISTER_COMPONENT_WORKING(command::component)