diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index b444860..328871d 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -59,6 +59,7 @@ $Host::DefenseTurret::RequiredInTourney = 0; $Host::Discord = "https://t2discord.tk"; $Host::DMSLOnlyMode = 0; $Host::EmptyServerReset = 0; +$Host::EnableAutobalance = 1; $Host::EnableLakUnlimitedDJ = 1; $Host::EnableMortarTurret = 0; $Host::EnableNoBaseRapeNotify = 1; diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index 2ed729b..8247b25 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -190,3 +190,10 @@ $Host::PUGautoPassword = 0; //Enable or Disable an auto password at a certa $Host::PUGautoPasswordLimit = 10; //How many to enable a pug password $Host::PUGPassword = "pickup"; //pug password $Host::EmptyServerReset = 1; //Whether or not you want the server to reset when its empty +$Host::EnableAutobalance = 1; //Will autobalance when teams are uneven. +$Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch +$Host::SCtFProMode = 0; //Pro mode for LCTF +//LakRabbit +$Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled +$Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not +$Host::ShowFlagIcon = 1; //Show flag Icon in lak \ No newline at end of file