File diff r25662:c17fba3049a3 → r25663:71ee4e3ec0e8
src/settings.cpp
Show inline comments
 
@@ -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.");
 
		}
 
	}
 
}