mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fix build
This commit is contained in:
@ -63,7 +63,7 @@ class EnderChest extends Transparent implements AnimatedContainerLike, Horizonta
|
||||
return SupportType::NONE;
|
||||
}
|
||||
|
||||
protected function isOpeningObstructed() : bool{
|
||||
public function isOpeningObstructed() : bool{
|
||||
return !$this->getSide(Facing::UP)->isTransparent();
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\inventory;
|
||||
|
||||
use pocketmine\item\Item;
|
||||
use pocketmine\utils\ObjectSet;
|
||||
|
||||
final class Hotbar{
|
||||
|
Reference in New Issue
Block a user