feat(WindowHandling): Changed not in vehicle text
This commit is contained in:
parent
80eda87590
commit
6889ff64cd
@ -12,7 +12,7 @@ namespace big
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user