From e26a29580a810b59ad435cd1593be654c3191bd1 Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Fri, 24 Nov 2017 03:02:59 -0500 Subject: [PATCH] forgot to update typeprinter --- NBTUtil/TypePrinter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NBTUtil/TypePrinter.cs b/NBTUtil/TypePrinter.cs index 8722327..c2c7774 100644 --- a/NBTUtil/TypePrinter.cs +++ b/NBTUtil/TypePrinter.cs @@ -18,6 +18,7 @@ namespace NBTUtil { typeof(TagByteArrayDataNode), "B" }, { typeof(TagIntArrayDataNode), "I" }, { typeof(TagShortArrayDataNode), "S" }, + { typeof(TagLongArrayDataNode), "L" }, { typeof(TagListDataNode), "L" }, { typeof(TagCompoundDataNode), "C" }, { typeof(NbtFileDataNode), "N" },