forgot to update typeprinter

This commit is contained in:
Justin Aquadro 2017-11-24 03:02:59 -05:00
parent d29f249d7e
commit e26a29580a

View file

@ -18,6 +18,7 @@ namespace NBTUtil
{ typeof(TagByteArrayDataNode), "B" }, { typeof(TagByteArrayDataNode), "B" },
{ typeof(TagIntArrayDataNode), "I" }, { typeof(TagIntArrayDataNode), "I" },
{ typeof(TagShortArrayDataNode), "S" }, { typeof(TagShortArrayDataNode), "S" },
{ typeof(TagLongArrayDataNode), "L" },
{ typeof(TagListDataNode), "L" }, { typeof(TagListDataNode), "L" },
{ typeof(TagCompoundDataNode), "C" }, { typeof(TagCompoundDataNode), "C" },
{ typeof(NbtFileDataNode), "N" }, { typeof(NbtFileDataNode), "N" },