summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index a32563b53..1df7d2ac1 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1950,9 +1950,9 @@ void IConsoleSetSetting(const char *name, const char *value, bool force_newgame)
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.");
}
}
}