From 442d06eaa593c981752f4cd846b391ac5e4869a5 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 8 May 2014 22:33:01 +0200 Subject: [PATCH] reopen maplist on mapupdate --- application/core/Maps/MapList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Maps/MapList.php b/application/core/Maps/MapList.php index ffa76b70..ff56a49e 100644 --- a/application/core/Maps/MapList.php +++ b/application/core/Maps/MapList.php @@ -588,6 +588,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener { case self::ACTION_UPDATE_MAP: $mapUid = $actionArray[2]; $this->maniaControl->mapManager->updateMap($player, $mapUid); + $this->showMapList($player); break; case self::ACTION_ERASE_MAP: $mapUid = $actionArray[3];