fix(Mobile): Typo in text for empty personal vehicle list
This commit is contained in:
parent
5024ea4d9d
commit
54829582f5
@ -40,7 +40,7 @@ namespace big
|
||||
{
|
||||
if (g_mobile_service->personal_vehicles().empty())
|
||||
{
|
||||
ImGui::Text("No personal vehicle found, are you online?");
|
||||
ImGui::Text("No personal vehicles found, are you online?");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -62,7 +62,7 @@ namespace big
|
||||
|
||||
g_fiber_pool->queue_job([&personal_veh] {
|
||||
personal_veh->summon();
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user