mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Fix Write Protected state not being loaded.
This commit is contained in:
parent
519bfffbb2
commit
3b145037d7
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ public sealed class Design : DesignBase, ISavable
|
|||
};
|
||||
if (design.LastEdit < creationDate)
|
||||
design.LastEdit = creationDate;
|
||||
|
||||
design.SetWriteProtected(json["WriteProtected"]?.ToObject<bool>() ?? false);
|
||||
LoadCustomize(customizations, json["Customize"], design, design.Name, true, false);
|
||||
LoadEquip(items, json["Equipment"], design, design.Name, false);
|
||||
LoadMods(json["Mods"], design);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue