]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed typo
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Sep 2002 15:31:26 +0000 (15:31 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Sep 2002 15:31:26 +0000 (15:31 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2345 d7cf8633-e32d-0410-b094-e92efae38249

net_main.c

index 63edadcbc0361f0fac211649c25a4087ad91ce13..a7137ab3aea7ea599f1d95bc026904033b6b872e 100644 (file)
@@ -178,7 +178,7 @@ static void MaxPlayers_f (void)
 
        n = atoi(Cmd_Argv(1));
        n = bound(1, n, MAX_SCOREBOARD);
-       if (svs.maxclients 1= n)
+       if (svs.maxclients != n)
                Con_Printf ("\"maxplayers\" set to \"%u\"\n", n);
 
        if ((n == 1) && listening)