From 28a435ba16f397ba593e6c98e901dcbb88576761 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 9 Jan 2014 22:01:00 +0100 Subject: [PATCH] small fix --- application/plugins/ChatMessagePlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/plugins/ChatMessagePlugin.php b/application/plugins/ChatMessagePlugin.php index 92f2fefd..59213a7b 100644 --- a/application/plugins/ChatMessagePlugin.php +++ b/application/plugins/ChatMessagePlugin.php @@ -306,7 +306,7 @@ class ChatMessagePlugin implements CommandListener, Plugin { * @param Player $player */ public function chat_bootme(array $chat, Player $player) { - $msg = '$i$ff0 $<' . $player->nickname . '$> $s$39f chooses to boot back to the real world!'; + $msg = '$i$ff0 $<' . $player->nickname . '$>$s$39f chooses to boot back to the real world!'; $this->maniaControl->chat->sendChat($msg, null, true); $message = '$39F Thanks for Playing, please come back soon!$z'; @@ -324,7 +324,7 @@ class ChatMessagePlugin implements CommandListener, Plugin { * @param Player $player */ public function chat_ragequit(array $chat, Player $player) { - $msg = '$i$ff0 $<' . $player->nickname . '$> $s$f00 said: "@"#!" and ragequitted!'; + $msg = '$i$ff0 $<' . $player->nickname . '$>$s$f00 said: "@"#!" and ragequitted!'; $this->maniaControl->chat->sendChat($msg, null, true); $message = '$39F Thanks for Playing, please come back soon!$z';