Skip to content

Commit 0633555

Browse files
committed
fix placement slot
1 parent 0394b0f commit 0633555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WolvenKit.App/Services/ArchiveXlItemService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ private void CreateYamlEntry(ArchiveXlClothingItem clothingItemData, Cp77Project
963963
{ "atlasResourcePath", clothingItemData.InkatlasPath }, { "atlasPartName", $"{atlasPathName}" }
964964
};
965965

966-
var placementSlots = new YamlSequenceNode() { $"OutfitSlots.{clothingItemData.EqExSlot}" };
966+
var placementSlots = new YamlSequenceNode() { $"!append-once OutfitSlots.{clothingItemData.EqExSlot}" };
967967

968968
var yamlData = new YamlMappingNode();
969969
var yaml = new YamlMappingNode() { { itemName, yamlData } };

0 commit comments

Comments
 (0)