From 20be0f853bec983cdb0cf10cdbc7ab0a68839cea Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 13 Aug 2014 21:35:05 +0200 Subject: [PATCH] phpdoc --- application/core/Maps/MapQueue.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/core/Maps/MapQueue.php b/application/core/Maps/MapQueue.php index f9073b52..aebe0d8f 100644 --- a/application/core/Maps/MapQueue.php +++ b/application/core/Maps/MapQueue.php @@ -228,6 +228,12 @@ class MapQueue implements CallbackListener, CommandListener { } } + /** + * Adds a Map to the Map-Queue from Plugins or whatever + * + * @param $uid + * @return bool + */ public function serverAddMapToMapQueue($uid) { $map = $this->maniaControl->getMapManager()->getMapByUid($uid);