Skip to content

Commit c8a9e27

Browse files
committed
- Fixed ModList view crashing if multiple modpacks with the same name were installed.
1 parent c1f7079 commit c8a9e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Mods/RootCloner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public static async Task CloneRoot(XivDependencyRoot Source, XivDependencyRoot D
407407

408408

409409

410-
var modPack = new ModPack() { author = "System", name = "Item Copy - " + srcItem.Name, url = "", version = "1.0" };
410+
var modPack = new ModPack() { author = "System", name = "Item Copy - " + srcItem.Name + " -> " + iName, url = "", version = "1.0" };
411411
foreach (var mod in modlist.Mods)
412412
{
413413
if (allFiles.Contains(mod.fullPath))

0 commit comments

Comments
 (0)