Remove useless kicks (#3061)

This commit is contained in:
tiCkuhAr
2024-05-06 14:11:35 -06:00
committed by GitHub
parent 8f2422b923
commit 861e53ec7a
7 changed files with 12 additions and 107 deletions

View File

@ -28,15 +28,13 @@ namespace big
components::command_checkbox<"breakupcheating">();
components::player_command_button<"multikick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"nfkick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"oomkick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"shkick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"endkick">(g_player_service->get_selected());
ImGui::SameLine();
components::player_command_button<"desync">(g_player_service->get_selected());
ImGui::EndListBox();
@ -44,4 +42,4 @@ namespace big
ImGui::EndGroup();
}
}
}