mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-13 17:38:10 +00:00
Fix for Skins.pck not having XMLVERSION property
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user