This commit is contained in:
ChocoTaco 2022-03-07 14:15:48 -05:00
parent 9c5cab55e8
commit e8aa66ba0c

View file

@ -8,12 +8,12 @@ $Host::AllowAdminStopVote = 1;
$Host::AllowAdminStopVotes = 1; $Host::AllowAdminStopVotes = 1;
$Host::AllowAdminVotes = 1; $Host::AllowAdminVotes = 1;
$Host::AllowMapScript = "True"; $Host::AllowMapScript = "True";
$Host::AllowPlayerTournamentModeVotekick = 0;
$Host::AllowPlayerVoteChangeMission = 1; $Host::AllowPlayerVoteChangeMission = 1;
$Host::AllowPlayerVoteSkipMission = 1; $Host::AllowPlayerVoteSkipMission = 1;
$Host::AllowPlayerVoteTeamDamage = 0; $Host::AllowPlayerVoteTeamDamage = 0;
$Host::AllowPlayerVoteTimeLimit = 1; $Host::AllowPlayerVoteTimeLimit = 1;
$Host::AllowPlayerVoteTournamentMode = 0; $Host::AllowPlayerVoteTournamentMode = 0;
$Host::AllowPlayerTournamentModeVotekick = 0;
$Host::AnimateWithTransitions = 1; $Host::AnimateWithTransitions = 1;
$Host::AntiPackEnable = 1; $Host::AntiPackEnable = 1;
$Host::AntiPackPlayerCount = 6; $Host::AntiPackPlayerCount = 6;