mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-12 22:55:58 +00:00
add a tab to the beginning of the logged rcon command
This commit is contained in:
parent
127b5e4610
commit
8723fde566
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ SVC_RemoteCommand (void)
|
||||||
len += strlen (Cmd_Argv (i)) + 1; // +1 for " "
|
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);
|
NET_AdrToString (net_from), remaining);
|
||||||
|
|
||||||
SV_BeginRedirect (RD_PACKET);
|
SV_BeginRedirect (RD_PACKET);
|
||||||
|
|
Loading…
Reference in a new issue