mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 09:02:38 +08:00
fix(Mobile): Typo in text for empty personal vehicle list
This commit is contained in:
@ -40,7 +40,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (g_mobile_service->personal_vehicles().empty())
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user