Update window_handling.cpp
Fixed window handling endline
This commit is contained in:
parent
84aeb95fe7
commit
fccc21e4b5
@ -14,7 +14,7 @@ namespace big
|
|||||||
if (g_local_player == nullptr || g_local_player->m_vehicle == nullptr || g_local_player->m_ped_task_flag & (int)ePedTask::TASK_FOOT)
|
if (g_local_player == nullptr || g_local_player->m_vehicle == nullptr || g_local_player->m_ped_task_flag & (int)ePedTask::TASK_FOOT)
|
||||||
{
|
{
|
||||||
ImGui::Text("Please enter a vehicle.");
|
ImGui::Text("Please enter a vehicle.");
|
||||||
|
ImGui::End();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
g_vehicle_service->attempt_save();
|
g_vehicle_service->attempt_save();
|
||||||
@ -29,4 +29,4 @@ namespace big
|
|||||||
ImGui::End();
|
ImGui::End();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user