mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
fix(NetworkGroupOverride): Enable protection (#243)
This commit is contained in:
@ -89,6 +89,7 @@ namespace big
|
|||||||
m_gta_thread_start_hook.enable();
|
m_gta_thread_start_hook.enable();
|
||||||
m_gta_thread_kill_hook.enable();
|
m_gta_thread_kill_hook.enable();
|
||||||
|
|
||||||
|
m_network_group_override.enable();
|
||||||
m_network_player_mgr_shutdown_hook.enable();
|
m_network_player_mgr_shutdown_hook.enable();
|
||||||
|
|
||||||
m_net_array_handler_hook.enable();
|
m_net_array_handler_hook.enable();
|
||||||
@ -131,6 +132,7 @@ namespace big
|
|||||||
m_net_array_handler_hook.disable();
|
m_net_array_handler_hook.disable();
|
||||||
|
|
||||||
m_network_player_mgr_shutdown_hook.disable();
|
m_network_player_mgr_shutdown_hook.disable();
|
||||||
|
m_network_group_override.disable();
|
||||||
|
|
||||||
m_gta_thread_kill_hook.disable();
|
m_gta_thread_kill_hook.disable();
|
||||||
m_gta_thread_start_hook.disable();
|
m_gta_thread_start_hook.disable();
|
||||||
|
Reference in New Issue
Block a user