button texts renamed
>"knock yourself out" button added
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user