Updated changelog with newest versions, added ingame-window to display it.

This commit is contained in:
Alexander Nell
2020-03-16 00:12:36 +01:00
parent 96d0a1b5c9
commit 35683d45ba
4 changed files with 181 additions and 5 deletions

View File

@ -402,7 +402,7 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener,
// Set the build date
$this->setBuildDate($updateData->releaseDate);
$message = 'Update finished!';
$message = 'Update finished! See what we updated with $<$fff//chatlog$>!';
if ($player) {
$this->maniaControl->getChat()->sendSuccess($message, $player);
}