Change it to use .Type

This commit is contained in:
Li 2025-02-19 18:15:41 +13:00
parent 5b6fefa8e6
commit 1c3ccf029a

View file

@ -83,7 +83,7 @@ namespace McCrypt.PackData
{
return Manifest.ReadDependancyUuids(this.ManifestPath);
}
else if(Path.GetFileName(Path.GetDirectoryName(this.FilePath)) == "minecraftWorlds")
else if(this.Type == "minecraftWorlds")
{
List<String> uuids = new List<String>();
if(File.Exists(WorldResourcePacksPath)) uuids.AddRange(Manifest.ReadWorldPackList(WorldResourcePacksPath));