phpdoc
This commit is contained in:
parent
9cc16a2fb5
commit
20be0f853b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user