This commit is contained in:
micwoj92 2020-05-04 05:30:34 +02:00 committed by GitHub
parent 656941f661
commit 8fc7761bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ static CatCommand chatcommands_file("chatcommands_file", "chatcommands_add <chat
if (!chatcomamnd.readFile(file))
{
g_ICvar->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());