Sending all kick methods (#1921)

This commit is contained in:
kbabrmover1995
2023-08-12 21:45:28 +03:00
committed by GitHub
parent e9f206c0df
commit 182a80a951
7 changed files with 51 additions and 37 deletions

View File

@ -26,8 +26,8 @@ namespace big
ImGui::SameLine();
components::command_checkbox<"breakupcheating">();
components::player_command_button<"bailkick">(g_player_service->get_selected());
components::player_command_button<"multikick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"nfkick">(g_player_service->get_selected());