Less noticeable multi-kick => smart-kick (#3066)

This commit is contained in:
Muhammad007228
2024-05-10 12:51:14 +03:00
committed by GitHub
parent 3a7cad7f72
commit dada469c55
12 changed files with 23 additions and 22 deletions

View File

@ -27,7 +27,7 @@ namespace big
ImGui::SameLine();
components::command_checkbox<"breakupcheating">();
components::player_command_button<"multikick">(g_player_service->get_selected());
components::player_command_button<"smartkick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"oomkick">(g_player_service->get_selected());