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);