small fixes

This commit is contained in:
kremsy
2014-02-07 13:12:53 +01:00
committed by Steffen Schröder
parent 928aabb4d2
commit f40b60e065
3 changed files with 107 additions and 12 deletions

View File

@ -90,6 +90,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
public function checkUpdates(array $chatCallback, Player $player) {
//Update Mx Infos
$this->maniaControl->mapManager->mxManager->fetchManiaExchangeMapInformations();
//Reshow the Maplist
$this->showMapList($player);
}