Added some changeable variables

Cleaned up some stuff
Added some host changeable variables
This commit is contained in:
ChocoTaco 2018-11-04 16:59:10 -05:00
parent faa2c99ebc
commit 63984711b6
8 changed files with 273 additions and 81 deletions

View file

@ -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;