Update command

This commit is contained in:
BrentVL-1952840 2023-03-04 16:24:09 +01:00
parent abde1e009f
commit e1d1400737

View File

@ -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)