feat(Features): Added no bike fall looped feature

This commit is contained in:
Yimura
2020-12-26 21:56:22 +01:00
parent 40f320046f
commit 7876b48bee
5 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,8 @@ namespace big
{
if (ImGui::BeginTabItem("Vehicle"))
{
ImGui::Checkbox("No Bike Fall", g_settings.options["no_bike_fall"].get<bool*>());
if (ImGui::Button("Repair Vehicle"))
{
QUEUE_JOB_BEGIN_CLAUSE()