(feat) Add passive toggle switch button and hotkey (#2015)

* (fix) Disable looped "time to end passive" in weaponized vehicles
This commit is contained in:
Niuu
2023-08-24 22:56:35 +02:00
committed by GitHub
parent 5f1b13d0dc
commit e1a2ee21ea
5 changed files with 33 additions and 2 deletions

View File

@ -41,6 +41,8 @@ namespace big
if (g.self.invisibility)
components::command_checkbox<"localvis">(); // TODO: does nothing in SP
components::command_checkbox<"passive">();
ImGui::EndGroup();
ImGui::SameLine();
ImGui::BeginGroup();