mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Cleanup from previous commit
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user