fix: actual block inventory size not updating on inventory-size property update

This commit is contained in:
MihailRis
2024-11-17 16:58:58 +03:00
parent 352ef6485a
commit 1ba5b0ce33
3 changed files with 25 additions and 3 deletions
+2
View File
@@ -35,6 +35,8 @@ public:
size_t end = -1
);
void resize(uint newSize);
void deserialize(const dv::value& src) override;
dv::value serialize() const override;