mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
fix CS
This commit is contained in:
parent
325f1cf82e
commit
6be92ea6f7
@ -63,9 +63,9 @@ class BrewingStand extends Transparent{
|
||||
|
||||
protected function encodeState(RuntimeDataWriter $w) : void{
|
||||
foreach([
|
||||
\pocketmine\block\utils\BrewingStandSlot::EAST(),
|
||||
\pocketmine\block\utils\BrewingStandSlot::NORTHWEST(),
|
||||
\pocketmine\block\utils\BrewingStandSlot::SOUTHWEST(),
|
||||
BrewingStandSlot::EAST(),
|
||||
BrewingStandSlot::NORTHWEST(),
|
||||
BrewingStandSlot::SOUTHWEST(),
|
||||
] as $member){
|
||||
$w->writeBool(isset($this->slots[$member->id()]));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user