author | peter1138 |
Sat, 11 Feb 2006 21:41:49 +0000 | |
changeset 3013 | d09de45c8964 |
parent 3012 | 5e79c183a4bf |
child 3014 | 1a60d4541d3c |
console_cmds.c | file | annotate | diff | comparison | revisions |
--- a/console_cmds.c Sat Feb 11 15:05:56 2006 +0000 +++ b/console_cmds.c Sat Feb 11 21:41:49 2006 +0000 @@ -574,7 +574,7 @@ DEF_CONSOLE_HOOK(ConHookValidateMaxSpectatorsCount) { /* XXX @see ConHookValidateMaxClientsCount */ if (_network_game_info.spectators_max > 10) { - _network_game_info.clients_max = 10; + _network_game_info.spectators_max = 10; IConsoleError("Maximum spectators out of bounds, truncating to limit."); }