Fix for Skins.pck not having XMLVERSION property

This commit is contained in:
MattNL
2022-08-14 13:02:34 -04:00
parent e881a42502
commit a427d3a9c6

View File

@@ -20,6 +20,7 @@ namespace PckStudio.Classes.IO
{
_pckfile = file;
LUT = _pckfile.GatherPropertiesList();
if (!file.HasFile("localisation.loc", 6) && !LUT.Contains("XMLVERSION")) LUT.Insert(0, "XMLVERSION");
}
private void WriteToStream(Stream stream)