aboutsummaryrefslogtreecommitdiff
path: root/src/itemstackmetadata.h
diff options
context:
space:
mode:
authorJude Melton-Houghton <jwmhjwmh@gmail.com>2022-09-26 17:03:43 -0400
committerGitHub <noreply@github.com>2022-09-26 17:03:43 -0400
commitf4a01f3a5dc0d8fe2f4f6d804d790da91d1bc30c (patch)
tree089ddc309e22ae8549ec3b86765ee272f57a33df /src/itemstackmetadata.h
parent03428d9825cfdf2cfaed6ac9410dafccac0d4f3a (diff)
downloadminetest-f4a01f3a5dc0d8fe2f4f6d804d790da91d1bc30c.tar.xz
Avoid duplication of mod metadata in memory (#12562)
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'src/itemstackmetadata.h')
-rw-r--r--src/itemstackmetadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemstackmetadata.h b/src/itemstackmetadata.h
index a7f134955..48a029c51 100644
--- a/src/itemstackmetadata.h
+++ b/src/itemstackmetadata.h
@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class Inventory;
class IItemDefManager;
-class ItemStackMetadata : public Metadata
+class ItemStackMetadata : public SimpleMetadata
{
public:
ItemStackMetadata() : toolcaps_overridden(false) {}