mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fixed crash due to new API changes
This commit is contained in:
parent
01e31fc82e
commit
3e3521086b
@ -107,7 +107,7 @@ class PlayerAPI{
|
||||
break;
|
||||
}
|
||||
}
|
||||
$this->server->chat(false, $message);
|
||||
$this->server->api->chat->broadcast($message);
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user