mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
ChiseledBookshelf: fixed function visibility (#6421)
This commit is contained in:
@ -59,7 +59,7 @@ class ChiseledBookshelf extends Tile implements Container{
|
||||
$this->loadItems($nbt);
|
||||
}
|
||||
|
||||
public function writeSaveData(CompoundTag $nbt) : void{
|
||||
protected function writeSaveData(CompoundTag $nbt) : void{
|
||||
$this->saveItems($nbt);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user