From 295f72f14e91e4659d058a34baa23104baae6bbb Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:23:49 +0200 Subject: [PATCH] Update servinit.cfg add steamserver 0 to reduce problems with not yet active steam ID auth. (should be set 0 in defaults too) --- doc/examples/servinit.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/servinit.cfg b/doc/examples/servinit.cfg index ac487eb4d..b1c12761f 100644 --- a/doc/examples/servinit.cfg +++ b/doc/examples/servinit.cfg @@ -63,6 +63,7 @@ if (= $rehashing 0) [ // Server auth handling // // serverauthconnect 1 // determines if the server should attempt to auth +// steamserver 0 // determines if the server should attempt use Steam ID to auth // serveraccountname handle // server's auth handle // serveraccountpass privkey // server's private key // serverauthkey handle privkey // combines serveraccountname and serveraccountpass