diff --git a/source/sv_main.c b/source/sv_main.c index 7938dc6..a3605db 100644 --- a/source/sv_main.c +++ b/source/sv_main.c @@ -878,6 +878,7 @@ Redirect all printfs void SVC_RemoteCommand (void) { int i; + int len = 0; char remaining[1024]; if (CheckForFlood(FLOOD_RCON)) return; @@ -892,19 +893,19 @@ void SVC_RemoteCommand (void) } else { - Con_Printf ("Rcon from %s:\n%s\n" - , NET_AdrToString (net_from), net_message.data+4); - - SV_BeginRedirect (RD_PACKET); - remaining[0] = 0; - for (i=2 ; i