feat(ErrorScreen): Removed detour hook as it's "detected"

This commit is contained in:
Yimura
2022-05-13 18:45:32 +02:00
parent 286960ac18
commit ad690f242b
8 changed files with 43 additions and 78 deletions

View File

@ -17,6 +17,10 @@ namespace big
if (g_player_service->get_selected()->is_valid())
{
if (ImGui::Button("Desync"))
{
gta_util::get_network_player_mgr()->RemovePlayer(g_player_service->get_selected()->get_net_game_player());
}
if (ImGui::TreeNode("Misc")) {
components::button("Steal Outfit", [] {