]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
more _int changes, but these are only in the commented out integer
[xonotic/darkplaces.git] / host_cmd.c
index 4fdd83da7c56aa6064dbfe89c58cae8575df34f5..b3b7b9bb0a8e45e720f31da697c870a7d6cc2f1d 100644 (file)
@@ -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;