add a tab to the beginning of the logged rcon command

This commit is contained in:
Bill Currie 2001-01-07 12:07:08 +00:00
parent 127b5e4610
commit 8723fde566

View file

@ -900,7 +900,7 @@ SVC_RemoteCommand (void)
len += strlen (Cmd_Argv (i)) + 1; // +1 for " "
}
Con_Printf ("Rcon from %s:\nrcon (hidden) %s\n",
Con_Printf ("Rcon from %s:\n\trcon (hidden) %s\n",
NET_AdrToString (net_from), remaining);
SV_BeginRedirect (RD_PACKET);