[Workaround]: Remove Start LS Customs Button from LS Customs Menu (#3065)

This commit is contained in:
R.K 2024-05-06 13:19:38 -07:00 committed by GitHub
parent dfca5c7567
commit 499fc6b906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -60,6 +60,10 @@ namespace big
DLC::ON_ENTER_SP(); DLC::ON_ENTER_SP();
}); });
components::button("START_LS_CUSTOMS"_T, [] {
g.vehicle.ls_customs = true;
});
components::button("SKIP_CUTSCENE"_T, [] { components::button("SKIP_CUTSCENE"_T, [] {
CUTSCENE::STOP_CUTSCENE_IMMEDIATELY(); CUTSCENE::STOP_CUTSCENE_IMMEDIATELY();
}); });

View File

@ -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)) if (components::button("MAX_VEHICLE"_T))
{ {
g_fiber_pool->queue_job([] { g_fiber_pool->queue_job([] {