From ae27449103111796226a5bb53fa39ab2ce067f1f Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 8 Mar 2019 17:00:01 -0500 Subject: [PATCH] No player tourny votes --- 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 821cac1..7863b2f 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -88,7 +88,7 @@ $Host::EvoAllowPlayerVoteChangeMission = 1; $Host::EvoAllowPlayerVoteGameType = 1; $Host::EvoAllowPlayerVoteTeamDamage = 0; $Host::EvoAllowPlayerVoteTimeLimit = 1; -$Host::EvoAllowPlayerVoteTournamentMode = 1; +$Host::EvoAllowPlayerVoteTournamentMode = 0; $Host::EvoAutoPWEnabled = 0; $Host::EvoAutoPWPassword = "pickup"; $Host::EvoAutoPWPlayerCount = 0;