mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Added multiple Player events using the new system
This commit is contained in:
@ -195,7 +195,7 @@ class Server{
|
||||
}
|
||||
if(($this->api instanceof ServerAPI) === true){
|
||||
if(($this->api->chat instanceof ChatAPI) === true){
|
||||
$this->api->chat->broadcast("Stopping server...");
|
||||
Player::broadcastChat("Stopping server...");
|
||||
}
|
||||
}
|
||||
$this->stop = true;
|
||||
|
Reference in New Issue
Block a user