From a4594122dcbde2a7037559e2e1909ce8eb4a4d2f Mon Sep 17 00:00:00 2001 From: beu Date: Thu, 3 Mar 2022 19:20:50 +0100 Subject: [PATCH] precise TrackManiaControl in some messages --- core/ManiaControl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ManiaControl.php b/core/ManiaControl.php index d3f1cd84..f354defd 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -547,7 +547,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, * @param Player $player */ public function commandVersion(array $chatCallback, Player $player) { - $message = 'This server is using ManiaControl v' . ManiaControl::VERSION . '!'; + $message = 'This server is using TrackManiaControl v' . ManiaControl::VERSION . '!'; $this->getChat()->sendInformation($message, $player); } @@ -678,7 +678,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, // Loading finished Logger::log('Loading completed!'); Logger::log('Link: ' . $this->getServer()->getJoinLink()); - $this->getChat()->sendInformation('ManiaControl v' . self::VERSION . ' successfully started!'); + $this->getChat()->sendInformation('TrackManiaControl v' . self::VERSION . ' successfully started!'); $this->startTime = time();