From c70ac13c68e344272925ac5168ebd2bc8abae3fb Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 22 Jan 2019 12:37:49 -0500 Subject: [PATCH] Updated --- Classic/prefs/serverPrefs.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 0766ec0..83374a9 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -2,6 +2,7 @@ $Host::AdminList = ""; $Host::AdminPassword = "changeme"; $Host::allowAdminPlayerVotes = "0"; $Host::AllowMapScript = "True"; +$Host::AnimateWithTransitions = 0; $Host::AntiCloakEnable = 1; $Host::AntiCloakPlayerCount = 6; $Host::BanTime = 2147483647; @@ -29,7 +30,7 @@ $Host::ClassicLoadMineChanges = 0; $Host::ClassicLoadMissileChanges = 0; $Host::ClassicLoadMortarChanges = 0; $Host::ClassicLoadPlasmaTurretChanges = 0; -$Host::ClassicLoadPlayerChanges = 1; +$Host::ClassicLoadPlayerChanges = 0; $Host::ClassicLoadSniperChanges = 0; $Host::ClassicLoadTR2Gametype = 0; $Host::ClassicLoadVRamChanges = 0; @@ -1358,6 +1359,7 @@ $Host::PUGautoPassword = 0; $Host::PUGautoPasswordLimit = 10; $Host::PUGPassword = "pickup"; $Host::PureServer = "0"; +$Host::SCtFProMode = 0; $Host::ShowEndingPlayerScores = 1; $Host::ShowIngamePlayerScores = 1; $Host::Siege::Halftime = 20000;