From: divverent Date: Sat, 4 Jul 2009 15:04:46 +0000 (+0000) Subject: fix typo in pqrcon X-Git-Tag: xonotic-v0.1.0preview~1586 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=43ab306a5b2f5ae089c59d3fcc59a826ba45b11a;p=xonotic%2Fdarkplaces.git fix typo in pqrcon git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9041 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 4fdd83da..b3b7b9bb 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -2361,7 +2361,7 @@ void Host_PQRcon_f (void) lhnetsocket_t *mysocket; char peer_address[64]; - if (!rcon_password.string || !rcon_password.string[0] || !rcon_secure.integer) + if (!rcon_password.string || !rcon_password.string[0] || rcon_secure.integer) { Con_Printf ("You must set rcon_password before issuing an pqrcon command, and rcon_secure must be 0.\n"); return;