some fixes

This commit is contained in:
kremsy
2014-02-07 14:05:10 +01:00
committed by Steffen Schröder
parent f40b60e065
commit dfb9debdd2
4 changed files with 28 additions and 26 deletions

View File

@ -238,6 +238,6 @@ class MapCommands implements CommandListener, ManialinkPageAnswerListener, Callb
* @param Player $player
*/
public function command_xList(array $chatCallback, Player $player) {
$this->maniaControl->mapManager->mxList->showManiaExchangeList($chatCallback, $player);
$this->maniaControl->mapManager->mxList->showList($chatCallback, $player);
}
}