mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Cleanup from previous commit
This commit is contained in:
parent
b4c4005009
commit
dc3f13cd30
@ -213,7 +213,7 @@ class Chest extends Spawnable implements InventoryHolder, Container, Nameable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function isPaired(){
|
public function isPaired(){
|
||||||
return !(!isset($this->namedtag->pairx) or !isset($this->namedtag->pairz));
|
return isset($this->namedtag->pairx) and isset($this->namedtag->pairz);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user