mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-04 03:45:47 +00:00
MainForm - Fix deleting folder being flaged as having compass or clock textures inside
This commit is contained in:
@@ -837,7 +837,7 @@ namespace PckStudio
|
||||
MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes)
|
||||
{
|
||||
string pckFolderDir = node.FullPath;
|
||||
currentPCK.RemoveAll(file => !BeforeFileRemove(file) && file.Filename.StartsWith(pckFolderDir));
|
||||
currentPCK.RemoveAll(file => file.Filename.StartsWith(pckFolderDir) && !BeforeFileRemove(file));
|
||||
node.Remove();
|
||||
wasModified = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user