Added shadows to chatmessages

This commit is contained in:
Max Klaversma
2014-04-27 14:58:58 +02:00
committed by Steffen Schröder
parent a125deaf8d
commit 7e025c5626
3 changed files with 37 additions and 8 deletions

View File

@ -72,7 +72,7 @@ class Chat {
if (!$this->maniaControl->client) {
return false;
}
$chatMessage = '$z$<' . $this->getPrefix($prefix) . $message . '$>$z';
$chatMessage = '$z$s$<' . $this->getPrefix($prefix) . $message . '$>$z$s';
if (!$login) {
$this->maniaControl->client->chatSendServerMessage($chatMessage);
} else {