fix(NetworkGroupOverride): Enable protection (#243)

This commit is contained in:
Yimura 2022-05-23 15:32:38 +02:00 committed by GitHub
parent f71c50167f
commit 5dd5470959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ namespace big
m_gta_thread_start_hook.enable();
m_gta_thread_kill_hook.enable();
m_network_group_override.enable();
m_network_player_mgr_shutdown_hook.enable();
m_net_array_handler_hook.enable();
@ -131,6 +132,7 @@ namespace big
m_net_array_handler_hook.disable();
m_network_player_mgr_shutdown_hook.disable();
m_network_group_override.disable();
m_gta_thread_kill_hook.disable();
m_gta_thread_start_hook.disable();