From 4c1ea4020d797e2ddb086cc73109eb8c51cbbbdb Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Tue, 10 Aug 2021 20:03:13 +0200 Subject: Change: remove the ability to control "max spectators" (#9466) Soon we will make "join game" join the game as spectator first, so limiting the amount of spectators makes no sense anymore in that context. Not sure it ever did make sense. --- src/table/settings/network_settings.ini | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/table/settings') diff --git a/src/table/settings/network_settings.ini b/src/table/settings/network_settings.ini index 86f8aafc8..50e769c7f 100644 --- a/src/table/settings/network_settings.ini +++ b/src/table/settings/network_settings.ini @@ -224,16 +224,6 @@ max = MAX_CLIENTS post_cb = [](auto) { UpdateClientConfigValues(); } cat = SC_BASIC -[SDTC_VAR] -var = network.max_spectators -type = SLE_UINT8 -flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_NETWORK_ONLY -def = 15 -min = 0 -max = MAX_CLIENTS -post_cb = [](auto) { UpdateClientConfigValues(); } -cat = SC_BASIC - [SDTC_VAR] var = network.restart_game_year type = SLE_INT32 -- cgit v1.2.3-54-g00ecf