button texts renamed

>"knock yourself out" button added
This commit is contained in:
jadis0x
2022-10-09 20:26:09 +03:00
committed by GitHub
parent 9e18fa27be
commit c55b5ae192

View File

@@ -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();
}