mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-13 03:07:42 +01:00
.
This commit is contained in:
parent
8526ce4f33
commit
0b22dd9760
17 changed files with 877 additions and 535 deletions
|
|
@ -130,8 +130,8 @@ public sealed class Design : DesignBase, ISavable
|
|||
if (design.LastEdit < creationDate)
|
||||
design.LastEdit = creationDate;
|
||||
|
||||
LoadEquip(items, json["Equipment"], design, design.Name);
|
||||
LoadCustomize(customizations, json["Customize"], design, design.Name);
|
||||
LoadEquip(items, json["Equipment"], design, design.Name);
|
||||
LoadMods(json["Mods"], design);
|
||||
return design;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue