From ab6881ff966444a540de727c99309f086aa7fe98 Mon Sep 17 00:00:00 2001 From: elexis Date: Sun, 19 Mar 2017 22:56:13 +0000 Subject: [PATCH] Enable late observers by default. Differential Revision: https://code.wildfiregames.com/D217 Reviewed By: scythetwirler, Imarok, bb, echotangoecho, Hannibal_Barca, fpre git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@19314 3db68df2-c116-0410-a063-a993310a9797 --- binaries/data/config/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 633f111bc6..9617e16952 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -375,7 +375,7 @@ enabledmods = "mod public" [network] duplicateplayernames = false ; Rename joining player to "User (2)" if "User" is already connected, otherwise prohibit join. -lateobserverjoins = false ; Allow observers to join the game after it started +lateobserverjoins = true ; Allow observers to join the game after it started observerlimit = 8 ; Prevent further observer joins in running games if this limit is reached [overlay] -- 2.11.4.GIT