Skip to content

Commit d217341

Browse files
committed
added message for file update (rather than generation)
1 parent f1f2164 commit d217341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WolvenKit.App/Services/ArchiveXlItemService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public void CreateEquipmentItem(ArchiveXlClothingItem clothingItemData)
133133
var newFiles = activeProject.ModFiles.Where(f => !projectFiles.Contains(f)).ToList();
134134
if (newFiles.Count == 0)
135135
{
136+
_logger.Success($"Your ArchiveXL item {clothingItemData.ItemName} has been updated.");
136137
return;
137138
}
138139

0 commit comments

Comments
 (0)