projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf87ef1
)
fixed typo
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Sep 2002 15:31:26 +0000
(15:31 +0000)
committer
havoc <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
patch
|
blob
|
history
diff --git
a/net_main.c
b/net_main.c
index
63edadc
..
a7137ab
100644
(file)
--- a/
net_main.c
+++ b/
net_main.c
@@
-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)