summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/NBT/LongArrayTag.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NBT/LongArrayTag.hpp b/src/NBT/LongArrayTag.hpp
index a526b72..84e0bdf 100644
--- a/src/NBT/LongArrayTag.hpp
+++ b/src/NBT/LongArrayTag.hpp
@@ -57,7 +57,7 @@ public:
std::string inner = indent + " ";
for (size_t i = 0; i < len; i++) {
- uint64_t v = Buffer::parse64(&ptr[4*i]);
+ uint64_t v = Buffer::parse64(&ptr[8*i]);
os << inner
<< v << " / "