mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
ChiseledBookshelf: fixed function visibility (#6421)
This commit is contained in:
parent
1ce774ae73
commit
13f5cc9f87
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user