Eradicate remaining usages of Position->getWorld()

This commit is contained in:
Dylan K. Taylor
2020-06-29 21:03:55 +01:00
parent 43ae1a5cb4
commit fc22fd80d8
4 changed files with 5 additions and 5 deletions

View File

@ -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{