(svn r20975) -Add: logging of console output for remote admins (dihedral)
This commit is contained in:
@@ -112,6 +112,7 @@ void IConsolePrint(ConsoleColour colour_code, const char *string)
|
||||
str_validate(str, str + strlen(str));
|
||||
|
||||
if (_network_dedicated) {
|
||||
NetworkAdminConsole("console", str);
|
||||
fprintf(stdout, "%s%s\n", GetLogPrefix(), str);
|
||||
fflush(stdout);
|
||||
IConsoleWriteToLogFile(str);
|
||||
|
Reference in New Issue
Block a user