From fe85f2da167afdc2bbce92d28498f5ce865dc375 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Mon, 11 Mar 2024 02:29:13 -0400 Subject: [PATCH] Modify in-game console str --- source/proxy-dll/component/game_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/proxy-dll/component/game_console.cpp b/source/proxy-dll/component/game_console.cpp index e3c10e8..dcf094b 100644 --- a/source/proxy-dll/component/game_console.cpp +++ b/source/proxy-dll/component/game_console.cpp @@ -222,7 +222,7 @@ namespace game_console con.screen_pointer.y = con.screen_min[1] + 6.0f; draw_input_box(1, con_inputBoxColor); - draw_input_text_and_over("PROJECT-BO4 >", con_inputWriteDownColor); + draw_input_text_and_over("T8-Mod >", con_inputWriteDownColor); con.auto_complete_choice[0] = 0;