From 489f29e8ef9bdcb0d2bfb50672f8090c1dc0a140 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 7 Mar 2009 13:45:46 +0000 Subject: [PATCH] fix the latest patch (print the right number) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8779 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 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; } -- 2.39.2