From 1c280ed6bd5fce961f3fc9753950c58671a51dda Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 4 May 2014 11:09:11 +0200 Subject: [PATCH] adjusted custom votes settings --- application/plugins/MCTeam/CustomVotesPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/plugins/MCTeam/CustomVotesPlugin.php b/application/plugins/MCTeam/CustomVotesPlugin.php index e874890d..9677d781 100644 --- a/application/plugins/MCTeam/CustomVotesPlugin.php +++ b/application/plugins/MCTeam/CustomVotesPlugin.php @@ -155,8 +155,8 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP $this->maniaControl->settingManager->initSetting($this, self::SETTING_DEFAULT_RATIO, 0.75); $this->maniaControl->settingManager->initSetting($this, self::SETTING_DEFAULT_PLAYER_RATIO, 0.65); $this->maniaControl->settingManager->initSetting($this, self::SETTING_SPECTATOR_ALLOW_VOTE, false); - $this->maniaControl->settingManager->initSetting($this, self::SETTING_SPECTATOR_ALLOW_START_VOTE, false); - $this->maniaControl->settingManager->initSetting($this, self::SETTING_VOTE_TIME, 60); + $this->maniaControl->settingManager->initSetting($this, self::SETTING_SPECTATOR_ALLOW_START_VOTE, true); + $this->maniaControl->settingManager->initSetting($this, self::SETTING_VOTE_TIME, 40); //Define Votes $this->defineVote("teambalance", "Vote for Team Balance");