diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index 68595f7..d6985cf 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -187,7 +187,7 @@ void DrawMapSpecificTab() { Misc::ForceStart(); } - if (ImGui::Button("Shoot the players (Town Only)")) { + if (ImGui::Button("Kill all players")) { Misc::ShootPlayers(); } }