feat(Self): Superjump (#809)
This commit is contained in:
@ -41,7 +41,10 @@ namespace big
|
||||
components::command_checkbox<"fastrun">();
|
||||
ImGui::Checkbox("No Idle Kick", &g.tunables.no_idle_kick);
|
||||
components::command_checkbox<"walkunder">();
|
||||
|
||||
if(!g.self.super_jump)
|
||||
components::command_checkbox<"beastjump">();
|
||||
if(!g.self.beast_jump)
|
||||
components::command_checkbox<"superjump">();
|
||||
ImGui::EndGroup();
|
||||
ImGui::SameLine();
|
||||
ImGui::BeginGroup();
|
||||
|
Reference in New Issue
Block a user