mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
[Workaround]: Remove Start LS Customs Button from LS Customs Menu (#3065)
This commit is contained in:
parent
861e53ec7a
commit
5819f48f64
@ -60,6 +60,10 @@ namespace big
|
||||
DLC::ON_ENTER_SP();
|
||||
});
|
||||
|
||||
components::button("START_LS_CUSTOMS"_T, [] {
|
||||
g.vehicle.ls_customs = true;
|
||||
});
|
||||
|
||||
components::button("SKIP_CUTSCENE"_T, [] {
|
||||
CUTSCENE::STOP_CUTSCENE_IMMEDIATELY();
|
||||
});
|
||||
|
@ -192,10 +192,6 @@ namespace big
|
||||
});
|
||||
}
|
||||
|
||||
components::button("START_LS_CUSTOMS"_T, [] {
|
||||
g.vehicle.ls_customs = true;
|
||||
});
|
||||
ImGui::SameLine();
|
||||
if (components::button("MAX_VEHICLE"_T))
|
||||
{
|
||||
g_fiber_pool->queue_job([] {
|
||||
|
Loading…
Reference in New Issue
Block a user