mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
Update window_handling.cpp
Fixed window handling endline
This commit is contained in:
parent
63bacc0a77
commit
621745feca
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user