forked from mirrors/NBTExplorer
Apparently I forgot to commit this?
This commit is contained in:
parent
60e7afa6cd
commit
bf6df9d332
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue