mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Updated
This commit is contained in:
parent
001128cf52
commit
c70ac13c68
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue