diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index 283d5c8..de40cfd 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -187,10 +187,14 @@ void DrawMapSpecificTab() { Misc::ForceStart(); } - if (ImGui::Button("Kill all players")) { + if (ImGui::Button("Knock out everyone")) { Misc::KnockoutPlayers(false); } + if (ImGui::Button("knock yourself out")) { + Misc::KnockoutPlayers(true); + } + if (ImGui::Button("Skip long interact")) { Misc::SkipLongInteract(); }