From 94bd951a43d227c10f275959e2bb77b2555c74bf Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 19 Apr 2014 22:46:26 +0200 Subject: [PATCH] typo --- application/core/Maps/MapManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index a553337e..b90a00b7 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -670,7 +670,7 @@ class MapManager implements CallbackListener { $this->maniaControl->client->checkMapForCurrentServerParams($relativeMapFileName); } catch(Exception $e) { //TODO temp added 19.04.2014 - $this->maniaControl->errorHandler->triggerDebugNotice("Exception line 331 MapManager" . $e->getMessage()); + $this->maniaControl->errorHandler->triggerDebugNotice("Exception line 673 MapManager" . $e->getMessage()); trigger_error("Couldn't check if map is valid ('{$relativeMapFileName}'). " . $e->getMessage()); $this->maniaControl->chat->sendError('Wrong MapType or not validated!', $login);