mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-25 14:29:07 +00:00
Added TimedServerReset
This commit is contained in:
parent
e3de008b18
commit
291821f250
5 changed files with 107 additions and 6 deletions
|
|
@ -177,6 +177,8 @@ $Host::MapPlayerLimits["Whiteout", "DM"] = "8 -1";
|
|||
$Host::MapPlayerLimits["Whiteout", "Bounty"] = "8 -1";
|
||||
|
||||
//Taco Addons
|
||||
$Host::EmptyServerReset = 1; //To control whether the server auto resets when empty
|
||||
$Host::EmptyServerResetTime = 120; //Time in Minutes to reset an empty server
|
||||
$Host::EnableAutobalance = 1; //Will autobalance when teams are uneven.
|
||||
$Host::EnableMortarTurret = 0; //Enable or Disable Mortar Turret
|
||||
$Host::EnableNetTourneyClient = 1; //Enable or Disable Tourney Net Client checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue