1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Send to clients node metadata that changed to become empty (#11597)

This commit is contained in:
Jude Melton-Houghton
2021-09-10 17:16:34 -04:00
committed by GitHub
parent 2cefe51d3b
commit 7423c4c11e
3 changed files with 5 additions and 5 deletions

View File

@@ -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);