[DatItem] More sorting fixes

This commit is contained in:
Matt Nadareski
2017-06-02 17:34:26 -07:00
parent f5016e9665
commit 9cde65bb58

View File

@@ -740,6 +740,9 @@ namespace SabreTools.Library.Dats
}
}
// One last sort to make sure this is ordered
Sort(ref output, true);
return output;
}