From a9a898c98950e220580914f33f0cb8a1a0b78644 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 13 Sep 2019 15:29:48 -0400 Subject: [PATCH] Update serverDefaults.cs --- Classic/scripts/serverDefaults.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index 94bb2e8..6cf84a2 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -189,8 +189,8 @@ $Host::EnableTurretPlayerCount = 10; //How many to enable turrets $Host::EnableVoteSound = 1; //If you want a sound chime during voting $Host::AntiCloakEnable = 1; //Enable or disable AntiCloak $Host::AntiCloakPlayerCount = 6; //How many to enable Cloak -$Host::PUGautoPassword = 0; //Enable or Disable an auto password at a certain amount of players -$Host::PUGPassword = "pickup"; //PUG password +$Host::PUGautoPassword = 0; //Auto enable a password in tournament mode +$Host::PUGPassword = "pickup"; //PUG password, Auto or enable/disable thru admin menu $Host::EmptyServerReset = 1; //Whether or not you want the server to reset when its empty $Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch $Host::SCtFProMode = 0; //Pro mode for LCTF