mirror of
https://silica.codes/BedrockReverse/McTools.git
synced 2025-04-05 21:55:41 +13:00
Change it to use .Type
This commit is contained in:
parent
5b6fefa8e6
commit
1c3ccf029a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace McCrypt.PackData
|
||||||
{
|
{
|
||||||
return Manifest.ReadDependancyUuids(this.ManifestPath);
|
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>();
|
List<String> uuids = new List<String>();
|
||||||
if(File.Exists(WorldResourcePacksPath)) uuids.AddRange(Manifest.ReadWorldPackList(WorldResourcePacksPath));
|
if(File.Exists(WorldResourcePacksPath)) uuids.AddRange(Manifest.ReadWorldPackList(WorldResourcePacksPath));
|
||||||
|
|
Loading…
Add table
Reference in a new issue