mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Make settings change invoke on Temporary Mods.
This commit is contained in:
parent
80ce6fe21f
commit
31bc5ec6f9
3 changed files with 7 additions and 1 deletions
|
|
@ -322,6 +322,9 @@ public class CollectionCacheManager : IDisposable
|
|||
case ModSettingChange.MultiEnableState:
|
||||
FullRecalculation(collection);
|
||||
break;
|
||||
case ModSettingChange.TemporaryMod:
|
||||
// handled otherwise
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue