mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Remove some deprecated methods
This commit is contained in:
@ -631,16 +631,6 @@ class Level implements ChunkManager, Metadatable{
|
||||
$this->globalPackets[] = $packet;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see Level::broadcastGlobalPacket()
|
||||
*
|
||||
* @param DataPacket $packet
|
||||
*/
|
||||
public function addGlobalPacket(DataPacket $packet) : void{
|
||||
$this->globalPackets[] = $packet;
|
||||
}
|
||||
|
||||
public function registerChunkLoader(ChunkLoader $loader, int $chunkX, int $chunkZ, bool $autoLoad = true){
|
||||
$hash = $loader->getLoaderId();
|
||||
|
||||
|
Reference in New Issue
Block a user