mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
never print the rcon password given as it may be a legitimate password for
another server (ie, confused person :)
This commit is contained in:
parent
9145388750
commit
afad07b8e7
1 changed files with 2 additions and 2 deletions
|
@ -1022,8 +1022,8 @@ SVC_RemoteCommand (void)
|
|||
Cmd_ExecuteString (command, src_command);
|
||||
rcon_from_user = false;
|
||||
} else {
|
||||
SV_Printf ("Bad rcon from %s:\n%s\n", NET_AdrToString (net_from),
|
||||
net_message->message->data + 4);
|
||||
SV_Printf ("Bad rcon from %s:\n\t rcon (hidden) %s\n",
|
||||
NET_AdrToString (net_from), Cmd_Args (2));
|
||||
|
||||
SV_BeginRedirect (RD_PACKET);
|
||||
if (admin_cmd) {
|
||||
|
|
Loading…
Reference in a new issue