Apparently I forgot to commit this?

This commit is contained in:
Justin Aquadro 2013-07-02 21:34:10 -04:00
parent 60e7afa6cd
commit bf6df9d332

View file

@ -303,7 +303,7 @@ namespace Substrate.Nbt
}
if (val.ValueType == TagType.TAG_END)
return val;
return new TagNodeList(TagType.TAG_BYTE);
for (int i = 0; i < length; i++) {
val.Add(ReadValue(val.ValueType));