From 6889ff64cd127fbfdcd04e11338e9c6576fe9bf0 Mon Sep 17 00:00:00 2001 From: Yimura Date: Wed, 28 Jul 2021 00:32:19 +0200 Subject: [PATCH] feat(WindowHandling): Changed not in vehicle text --- BigBaseV2/src/gui/window/window_handling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/gui/window/window_handling.cpp b/BigBaseV2/src/gui/window/window_handling.cpp index 6617218d..d748ab37 100644 --- a/BigBaseV2/src/gui/window/window_handling.cpp +++ b/BigBaseV2/src/gui/window/window_handling.cpp @@ -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; }