fix(self): fix auto tp to waypoint (#919)

This commit is contained in:
Johann
2023-01-31 00:19:05 +01:00
committed by GitHub
parent f1c0092956
commit 469850098a
5 changed files with 25 additions and 32 deletions

View File

@ -14,8 +14,7 @@ namespace big
components::command_button<"waypointtp">({}, "Waypoint");
ImGui::SameLine();
components::command_button<"objectivetp">({}, "Objective");
ImGui::Checkbox("Auto-Teleport To Waypoint", &g.self.auto_tp);
components::command_checkbox<"autotptowp">();
ImGui::Text("Vehicles:");
components::command_button<"lastvehtp">();