feat(WindowHandling): Changed not in vehicle text

This commit is contained in:
Yimura 2021-07-28 00:32:19 +02:00
parent 80eda87590
commit 6889ff64cd

View File

@ -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;
}