Skip to content

Commit 11b97ad

Browse files
committed
Allow set 0 conversions.
1 parent 357cf0e commit 11b97ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xivModdingFramework/Mods/RootCloner.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,7 @@ public static async Task CloneRoot(XivDependencyRoot Source, XivDependencyRoot D
405405
{
406406
if (allFiles.Contains(mod.fullPath))
407407
{
408-
// Don't claim common path items into our modpack.
409-
if (!mod.fullPath.StartsWith(CommonPath))
410-
{
411-
mod.modPack = modPack;
412-
}
408+
mod.modPack = modPack;
413409
}
414410
}
415411

0 commit comments

Comments
 (0)