From 55b74e44a7bd109e3cc93bb21930ae486d1fd5dd Mon Sep 17 00:00:00 2001 From: m Date: Sun, 14 May 2023 03:18:49 -0500 Subject: [PATCH] fix build lol --- src/client/component/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/script.cpp b/src/client/component/script.cpp index 6be36484..b3a9de14 100644 --- a/src/client/component/script.cpp +++ b/src/client/component/script.cpp @@ -156,7 +156,7 @@ namespace script void post_unpack() override { // Return custom or overrided scripts if found - db_findxassetheader_hook.create(game::select(0x141420ED0, 0x1401D5FB0), db_findxassetheader_stub); + db_find_x_asset_header_hook.create(game::select(0x141420ED0, 0x1401D5FB0), db_find_x_asset_header_stub); // Load our scripts when the gametype script is loaded utils::hook::call(game::select(0x141AAF37C, 0x1402D8C7F), load_gametype_script_stub);