error message
This commit is contained in:
		| @@ -602,8 +602,8 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener { | |||||||
| 				$this->maniaControl->mapManager->mapQueue->dontQueueNextMapChange(); | 				$this->maniaControl->mapManager->mapQueue->dontQueueNextMapChange(); | ||||||
| 				try { | 				try { | ||||||
| 					$this->maniaControl->client->jumpToMapIdent($mapUid); | 					$this->maniaControl->client->jumpToMapIdent($mapUid); | ||||||
| 				} catch (NextMapException $e) { | 				} catch (NextMapException $exception) { | ||||||
| 					$this->maniaControl->chat->sendError('Error on Jumping to Map Ident!', $player); | 					$this->maniaControl->chat->sendError('Error on Jumping to Map Ident: ' . $exception->getMessage(), $player); | ||||||
| 					break; | 					break; | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user