... blame PhpStorm EAP

This commit is contained in:
Dylan K. Taylor
2017-08-10 18:04:44 +01:00
parent e8bd0c3e09
commit 0c798222a4
2 changed files with 6 additions and 5 deletions

View File

@ -846,7 +846,7 @@ class Block extends Position implements BlockIds, Metadatable{
public function hasMetadata(string $metadataKey) : bool{
if($this->getLevel() instanceof Level){
return $this->getLevel()->getBlockMetadata()->hasMetadata($this, $metadataKey);
return $this->getLevel()->getBlockMetadata()->hasMetadata($this, $metadataKey);
}
return false;