mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 11:42:44 +08:00
Less noticeable multi-kick => smart-kick (#3066)
This commit is contained in:
@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user