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" },