From: divverent Date: Sat, 7 Mar 2009 13:45:46 +0000 (+0000) Subject: fix the latest patch (print the right number) X-Git-Tag: xonotic-v0.1.0preview~1817 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=489f29e8ef9bdcb0d2bfb50672f8090c1dc0a140;p=xonotic%2Fdarkplaces.git fix the latest patch (print the right number) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8779 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index b5a9c452..d77264f1 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -2309,7 +2309,7 @@ static void MaxPlayers_f(void) if (Cmd_Argc() != 2) { - Con_Printf("\"maxplayers\" is \"%u\"\n", svs.maxclients); + Con_Printf("\"maxplayers\" is \"%u\"\n", svs.maxclients_next); return; }