feat(WindowHandling): Changed not in vehicle text

This commit is contained in:
Yimura 2021-07-28 00:32:19 +02:00
parent 142ee13ead
commit a7a6eadbf9

View File

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