mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +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(){
|
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