From ca12a1e6fd8a4917c41629132378e5ec278540f0 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 12 Jan 2014 13:36:53 +0100 Subject: [PATCH] design fix --- application/plugins/CustomVotes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/plugins/CustomVotes.php b/application/plugins/CustomVotes.php index 068444fa..d9ac4b2e 100644 --- a/application/plugins/CustomVotes.php +++ b/application/plugins/CustomVotes.php @@ -478,7 +478,6 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP $voteLabel->setTextSize(1); $voteLabel->setText(' ' . round($votePercentage * 100.) . '% (' . count($this->playersVoted) . ')'); - // Mute Player $y = $height / 2 - 20.4; $quad = new Quad_BgsPlayerCard(); $frame->add($quad);