mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Eradicate remaining usages of Position->getWorld()
This commit is contained in:
@ -79,7 +79,7 @@ class Block{
|
||||
}
|
||||
|
||||
public function __clone(){
|
||||
$this->pos = Position::fromObject($this->pos, $this->pos->getWorld());
|
||||
$this->pos = Position::fromObject($this->pos, $this->pos->getWorldNonNull());
|
||||
}
|
||||
|
||||
public function getIdInfo() : BlockIdentifier{
|
||||
|
Reference in New Issue
Block a user