mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Do never apply customize that's unavailable... hopefully.
This commit is contained in:
parent
07f1b4f61c
commit
a44eae4c1f
3 changed files with 5 additions and 0 deletions
|
|
@ -397,6 +397,8 @@ public class DesignBase
|
|||
design.SetApplyCustomize(idx, false);
|
||||
}
|
||||
}
|
||||
|
||||
design.ApplyCustomize &= set.SettingAvailable;
|
||||
}
|
||||
|
||||
public void MigrateBase64(ItemManager items, HumanModelList humans, string base64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue