Index: darkplaces/host_cmd.c
diff -u darkplaces/host_cmd.c:1.156 darkplaces/host_cmd.c:1.157
--- darkplaces/host_cmd.c:1.156	Wed May 24 23:43:58 2006
+++ darkplaces/host_cmd.c	Thu May 25 21:04:39 2006
@@ -2075,7 +2075,7 @@
 		to = cls.netcon->peeraddress;
 	else
 	{
-		if (!rcon_address.integer || !rcon_address.string[0])
+		if (!rcon_address.string[0])
 		{
 			Con_Printf ("You must either be connected, or set the rcon_address cvar to issue rcon commands\n");
 			return;