mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 11:42:44 +08:00
Remove useless kicks (#3061)
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user