mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 21:35:21 +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{
|
protected function encodeState(RuntimeDataWriter $w) : void{
|
||||||
foreach([
|
foreach([
|
||||||
\pocketmine\block\utils\BrewingStandSlot::EAST(),
|
BrewingStandSlot::EAST(),
|
||||||
\pocketmine\block\utils\BrewingStandSlot::NORTHWEST(),
|
BrewingStandSlot::NORTHWEST(),
|
||||||
\pocketmine\block\utils\BrewingStandSlot::SOUTHWEST(),
|
BrewingStandSlot::SOUTHWEST(),
|
||||||
] as $member){
|
] as $member){
|
||||||
$w->writeBool(isset($this->slots[$member->id()]));
|
$w->writeBool(isset($this->slots[$member->id()]));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user