summaryrefslogtreecommitdiffstats
path: root/src/NBT/Tag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NBT/Tag.hpp')
-rw-r--r--src/NBT/Tag.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NBT/Tag.hpp b/src/NBT/Tag.hpp
index bb71b23..b0c20af 100644
--- a/src/NBT/Tag.hpp
+++ b/src/NBT/Tag.hpp
@@ -54,6 +54,7 @@ public:
List = 9,
Compound = 10,
IntArray = 11,
+ LongArray = 12,
};
static std::shared_ptr<const Tag> readTag(Type type, Buffer *buffer);