From 43ab306a5b2f5ae089c59d3fcc59a826ba45b11a Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 4 Jul 2009 15:04:46 +0000 Subject: [PATCH] fix typo in pqrcon git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9041 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2