button name changed for ShootPlayers

This commit is contained in:
jadis0x
2022-10-07 21:44:14 +03:00
committed by GitHub
parent 2d49ca766a
commit 598f9b27e8

View File

@@ -187,7 +187,7 @@ void DrawMapSpecificTab() {
Misc::ForceStart();
}
if (ImGui::Button("Shoot the players (Town Only)")) {
if (ImGui::Button("Kill all players")) {
Misc::ShootPlayers();
}
}