mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
/say is now prefixed by [Server]
This commit is contained in:
parent
28d431e497
commit
da849a7251
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user