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