mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Current State.
This commit is contained in:
parent
98a89bb2b4
commit
282189ef6d
9 changed files with 115 additions and 56 deletions
|
|
@ -333,6 +333,9 @@ public class CollectionCacheManager : IDisposable, IService
|
|||
cache.ReloadMod(mod, true);
|
||||
|
||||
break;
|
||||
case ModSettingChange.TemporarySetting:
|
||||
cache.ReloadMod(mod!, true);
|
||||
break;
|
||||
case ModSettingChange.MultiInheritance:
|
||||
case ModSettingChange.MultiEnableState:
|
||||
FullRecalculation(collection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue