Cleanup from previous commit

This commit is contained in:
Dylan K. Taylor 2017-08-17 09:42:00 +01:00
parent b4c4005009
commit dc3f13cd30

View File

@ -213,7 +213,7 @@ class Chest extends Spawnable implements InventoryHolder, Container, Nameable{
}
public function isPaired(){
return !(!isset($this->namedtag->pairx) or !isset($this->namedtag->pairz));
return isset($this->namedtag->pairx) and isset($this->namedtag->pairz);
}
/**