mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
fix a bunch of bugs
This commit is contained in:
@ -60,4 +60,6 @@ final class BlockDataUpgrader{
|
||||
|
||||
return $this->blockStateUpgrader->upgrade($blockStateData);
|
||||
}
|
||||
|
||||
public function getBlockStateUpgrader() : BlockStateUpgrader{ return $this->blockStateUpgrader; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user