From e8aa66ba0c81f0b9d3f0aaa4583cf6de98b45330 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 7 Mar 2022 14:15:48 -0500 Subject: [PATCH] Moved --- Classic/prefs/serverPrefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;