From b76a86d18db9a3edbaf80e65438585bd5433962e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 27 Mar 2022 21:13:59 +0200 Subject: [PATCH] Default 'sv_pylonvisibility' to 0 --- r5dev/resource/cfg/autoexec_server.cfg | 2 +- r5dev/resource/cfg/autoexec_server_dev.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/resource/cfg/autoexec_server.cfg b/r5dev/resource/cfg/autoexec_server.cfg index 196c9dc3..d1ceef06 100644 --- a/r5dev/resource/cfg/autoexec_server.cfg +++ b/r5dev/resource/cfg/autoexec_server.cfg @@ -5,6 +5,6 @@ //// SERVER //// ////////////////////////// hostname "R5" // Determines the name of the server displayed in the server browser. -sv_pylonvisibility "1" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible. +sv_pylonvisibility "0" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible. sv_requireOriginToken "0" // Enables origin token verification on the server diff --git a/r5dev/resource/cfg/autoexec_server_dev.cfg b/r5dev/resource/cfg/autoexec_server_dev.cfg index 87bd6198..4f221886 100644 --- a/r5dev/resource/cfg/autoexec_server_dev.cfg +++ b/r5dev/resource/cfg/autoexec_server_dev.cfg @@ -5,7 +5,7 @@ //// SERVER //// ////////////////////////// hostname "R5" // Determines the name of the server displayed in the server browser. -sv_pylonvisibility "1" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible. +sv_pylonvisibility "0" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible. sv_requireOriginToken "0" // Enables origin token verification on the server