From 08c6676c3a7ce75c6002b74aa05d198f53f097af Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 10 Feb 2014 23:09:00 +0100 Subject: [PATCH] small fix --- application/plugins/CustomVotes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/plugins/CustomVotes.php b/application/plugins/CustomVotes.php index c0a568fd..cb48fd66 100644 --- a/application/plugins/CustomVotes.php +++ b/application/plugins/CustomVotes.php @@ -241,7 +241,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP $itemQuad->setAction(self::ACTION_START_VOTE . 'restartmap'); $this->addVoteMenuItem($itemQuad, 5, 'Vote for Restart-Map'); - //Check if Pause exists in current gamemode + //Check if Pause exists in current GameMode $scriptInfos = $this->maniaControl->client->getModeScriptInfo(); $pauseExists = false; @@ -522,7 +522,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP // Background Quad $backgroundQuad = new Quad(); $frame->add($backgroundQuad); - $backgroundQuad->setSize($width, $height); + $backgroundQuad->setSize($width, $height); $backgroundQuad->setStyles($quadStyle, $quadSubstyle); //Vote for label