mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Send to clients node metadata that changed to become empty (#11597)
This commit is contained in:
parent
2cefe51d3b
commit
7423c4c11e
3 changed files with 5 additions and 5 deletions
|
@ -82,7 +82,7 @@ public:
|
|||
~NodeMetadataList();
|
||||
|
||||
void serialize(std::ostream &os, u8 blockver, bool disk = true,
|
||||
bool absolute_pos = false) const;
|
||||
bool absolute_pos = false, bool include_empty = false) const;
|
||||
void deSerialize(std::istream &is, IItemDefManager *item_def_mgr,
|
||||
bool absolute_pos = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue