mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-04 05:05:48 +00:00
IsSubPCKNode will now only print to the console when a file is a SubPCK file
This commit is contained in:
@@ -839,7 +839,7 @@ namespace PckStudio
|
||||
|
||||
bool isSubFile = conditions.Contains(true);
|
||||
|
||||
Console.WriteLine($"{nodePath} is{(isSubFile ? "" : " not")} a Sub-PCK File");
|
||||
if(isSubFile) Console.WriteLine($"{nodePath} is a Sub-PCK File");
|
||||
|
||||
return isSubFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user