From 51581b70ccd7d48a75a359c0d3f7d489449bade0 Mon Sep 17 00:00:00 2001 From: kremsy Date: Tue, 28 Jan 2014 17:04:12 +0100 Subject: [PATCH] comm --- application/core/Maps/MapList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Maps/MapList.php b/application/core/Maps/MapList.php index ffbd637e..ed2897df 100644 --- a/application/core/Maps/MapList.php +++ b/application/core/Maps/MapList.php @@ -75,7 +75,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener { * @param array $chatCallback * @param Player $player */ - public function clearMapQueue(array $chatCallback, Player $player) { + public function clearMapQueue(array $chatCallback, Player $player) { //Clears the Map Queue $this->maniaControl->mapManager->mapQueue->clearMapQueue($player); }