Integration

This commit is contained in:
ChocoTaco 2021-08-10 12:59:49 -04:00
parent 45c62a347b
commit 3f16819470
3 changed files with 16 additions and 7 deletions

View file

@ -10,6 +10,7 @@ $Host::AllowAdminVotes = 1;
$Host::AllowMapScript = "True";
$Host::AllowPlayerVoteChangeMission = 1;
$Host::AllowPlayerVoteSkipMission = 1;
$Host::AllowPlayerVoteTeamDamage = 0;
$Host::AllowPlayerVoteTimeLimit = 1;
$Host::AllowPlayerVoteTournamentMode = 0;
$Host::AnimateWithTransitions = 1;
@ -180,6 +181,7 @@ $Host::TN::echo = 1;
$Host::TournamentMode = 0;
$Host::useCustomSkins = 1;
$Host::VoteCooldown = 120;
$Host::VoteDelayTime = 120;
$Host::VotePassPercent = 60;
$Host::VoteSpread = 20;
$Host::VoteTime = "45";