Removed detected stuff (#275)

This commit is contained in:
Yimura
2022-06-12 21:24:35 +02:00
committed by GitHub
parent 4e5ff4e366
commit fbe219c02f
7 changed files with 2 additions and 40 deletions

View File

@ -41,7 +41,7 @@ namespace big
ImGui::BeginGroup();
draw_pair_option("Clear Ped Tasks", received_event.clear_ped_task);
draw_pair_option("Modder Detection", received_event.modder_detect);
draw_pair_option("Detect Modder Events", received_event.modder_detect);
draw_pair_option("Report Cash Spawn", received_event.report_cash_spawn);
ImGui::EndGroup();