/say is now prefixed by [Server]

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-20 15:17:22 +01:00
parent 28d431e497
commit da849a7251

View File

@ -108,7 +108,7 @@ class ConsoleAPI{
$output .= "Usage: /say <message>\n";
break;
}
$this->server->api->chat->broadcast($s);
$this->server->api->chat->broadcast("[Server] ".$s);
break;
case "save-all":
$this->server->save();