Update to 1.67 (#1407)

This commit is contained in:
maybegreat48
2023-06-14 21:29:25 +00:00
committed by GitHub
parent f1895be28a
commit 0af712537f
42 changed files with 259 additions and 485 deletions

View File

@ -34,7 +34,6 @@ namespace big
ImGui::Checkbox("SPECTATE"_T.data(), &g.protections.script_events.spectate);
ImGui::Checkbox("VEHICLE_KICK"_T.data(), &g.protections.script_events.vehicle_kick);
ImGui::Checkbox("WANTED_LEVEL"_T.data(), &g.protections.script_events.clear_wanted_level);
ImGui::Checkbox("DESYNC_KICK"_T.data(), &g.protections.desync_kick);
ImGui::EndGroup();
ImGui::SameLine();