mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Implemented new Inventory windows on Player, Chest and Furnace
This commit is contained in:
@ -28,7 +28,7 @@ class RemoteConsoleCommandSender extends ConsoleCommandSender{
|
||||
private $messages = "";
|
||||
|
||||
public function sendMessage($message){
|
||||
$this->messages .= trim($message, "\r\n")."\n";
|
||||
$this->messages .= trim($message, "\r\n") . "\n";
|
||||
}
|
||||
|
||||
public function getMessage(){
|
||||
|
Reference in New Issue
Block a user