From 8fc7761bf32911bbddd5e1e78facb5655ffc7f07 Mon Sep 17 00:00:00 2001 From: micwoj92 <45581170+micwoj92@users.noreply.github.com> Date: Mon, 4 May 2020 05:30:34 +0200 Subject: [PATCH] 2 --- src/hacks/ChatCommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/ChatCommands.cpp b/src/hacks/ChatCommands.cpp index 80f190fd..c094e3db 100644 --- a/src/hacks/ChatCommands.cpp +++ b/src/hacks/ChatCommands.cpp @@ -135,7 +135,7 @@ static CatCommand chatcommands_file("chatcommands_file", "chatcommands_add ConsoleColorPrintf(MENU_COLOR, "Could'nt open the file!\n"); + g_ICvar->ConsoleColorPrintf(MENU_COLOR, "Couldn't open the file!\n"); return; } logging::Info("%s: %s", prefix.c_str(), file.c_str());