temporary added playerlist to playermenu button
This commit is contained in:
		| @@ -139,6 +139,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { | ||||
| 	 * @param array $callback | ||||
| 	 */ | ||||
| 	public function openPlayerMenu(array $callback, Player $player) { | ||||
| 		$this->maniaControl->playerManager->playerCommands->playerList->showPlayerList($player); | ||||
| 	} | ||||
|  | ||||
| 	private function buildMenuIconsManialink() { | ||||
|   | ||||
| @@ -17,7 +17,7 @@ class PlayerCommands implements CommandListener { | ||||
| 	 * Private properties | ||||
| 	 */ | ||||
| 	private $maniaControl = null; | ||||
| 	private $playerList = null; | ||||
| 	public $playerList = null; | ||||
| 	/** | ||||
| 	 * Create a new server commands instance | ||||
| 	 * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user