mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added Tile::saveNBT(), moved Player::broadcastPacket() to Server
This commit is contained in:
@ -148,7 +148,7 @@ class Explosion{
|
||||
$pk->z = $this->source->z;
|
||||
$pk->radius = $this->size;
|
||||
$pk->records = $send;
|
||||
Player::broadcastPacket($this->level->getPlayers(), $pk);
|
||||
Server::getInstance()->broadcastPacket($this->level->getPlayers(), $pk);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user