mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix loading of legacy chests
This commit is contained in:
parent
9c3830dd35
commit
81c5e5200b
3 changed files with 13 additions and 8 deletions
|
@ -176,6 +176,7 @@ public:
|
|||
~InventoryList();
|
||||
void clearItems();
|
||||
void setSize(u32 newsize);
|
||||
void setName(const std::string &name);
|
||||
void serialize(std::ostream &os) const;
|
||||
void deSerialize(std::istream &is);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue