mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-19 07:15:23 +00:00
Break if StringFileInfo child is total size 0
This commit is contained in:
@@ -1309,6 +1309,8 @@ namespace SabreTools.Serialization
|
||||
}
|
||||
|
||||
stringTableChildren.Add(stringData);
|
||||
if (stringData.Length == 0 && stringData.ValueLength == 0)
|
||||
break;
|
||||
}
|
||||
|
||||
stringTable.Children = [.. stringTableChildren];
|
||||
|
||||
Reference in New Issue
Block a user