mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(WindowHandling): Changed not in vehicle text
This commit is contained in:
parent
142ee13ead
commit
a7a6eadbf9
@ -12,7 +12,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (g_local_player == nullptr || g_local_player->m_vehicle == nullptr)
|
if (g_local_player == nullptr || g_local_player->m_vehicle == nullptr)
|
||||||
{
|
{
|
||||||
ImGui::Text("Please enter a vehicle to modify handling.");
|
ImGui::Text("Please enter a vehicle.");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user