diff --git a/src/settings.cpp b/src/settings.cpp --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1950,9 +1950,9 @@ void IConsoleSetSetting(const char *name if (!success) { if (_network_server) { - IConsoleError("This command/variable is not available during network games."); + IConsolePrint(CC_ERROR, "This command/variable is not available during network games."); } else { - IConsoleError("This command/variable is only available to a network server."); + IConsolePrint(CC_ERROR, "This command/variable is only available to a network server."); } } }