diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index e532699..987858b 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -8,12 +8,12 @@ $Host::AllowAdminStopVote = 1; $Host::AllowAdminStopVotes = 1; $Host::AllowAdminVotes = 1; $Host::AllowMapScript = "True"; +$Host::AllowPlayerTournamentModeVotekick = 0; $Host::AllowPlayerVoteChangeMission = 1; $Host::AllowPlayerVoteSkipMission = 1; $Host::AllowPlayerVoteTeamDamage = 0; $Host::AllowPlayerVoteTimeLimit = 1; $Host::AllowPlayerVoteTournamentMode = 0; -$Host::AllowPlayerTournamentModeVotekick = 0; $Host::AnimateWithTransitions = 1; $Host::AntiPackEnable = 1; $Host::AntiPackPlayerCount = 6;