mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Added some changeable variables
Cleaned up some stuff Added some host changeable variables
This commit is contained in:
parent
faa2c99ebc
commit
63984711b6
8 changed files with 273 additions and 81 deletions
|
|
@ -1298,4 +1298,10 @@ $Host::Github = "https://github.com/Server/";
|
|||
$Host::Discord = "https://www.Discordapp.com/";
|
||||
$Host::PUGautoPassword = 0;
|
||||
$Host::PUGautoPasswordLimit = 10;
|
||||
$Host::PUGPassword = "pickup";
|
||||
$Host::PUGPassword = "pickup";
|
||||
$Host::EnableMortarTurret = 0;
|
||||
$Host::EnableNoBaseRapeNotify = 1;
|
||||
$Host::EnableTeamBalanceNotify = 1;
|
||||
$Host::EnableTurretPlayerCount = 10;
|
||||
$Host::AntiCloakEnable = 1;
|
||||
$Host::AntiCloakPlayerCount = 6;
|
||||
Loading…
Add table
Add a link
Reference in a new issue