From 2023eb4939b809223477b0827859a6af4b4047c6 Mon Sep 17 00:00:00 2001 From: theTwister <6237734+twist84@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:27:29 +0100 Subject: [PATCH] Unhooked `motd` get data function --- .../gui_screens/start_menu/panes/hq/start_menu_headquarters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/source/interface/gui_screens/start_menu/panes/hq/start_menu_headquarters.cpp b/game/source/interface/gui_screens/start_menu/panes/hq/start_menu_headquarters.cpp index db2d658e5..80dd8fd15 100644 --- a/game/source/interface/gui_screens/start_menu/panes/hq/start_menu_headquarters.cpp +++ b/game/source/interface/gui_screens/start_menu/panes/hq/start_menu_headquarters.cpp @@ -22,5 +22,5 @@ e_download_status __thiscall t_motd_data_downloader::get_data(s_motd_data const* return _http_download_status_succeeded; } -HOOK_DECLARE_CLASS_MEMBER(0x00AEC340, t_motd_data_downloader, get_data); +//HOOK_DECLARE_CLASS_MEMBER(0x00AEC340, t_motd_data_downloader, get_data);