Add some settingchanged events.

This commit is contained in:
Ottermandias 2024-02-24 12:06:57 +01:00
parent add4b8aa83
commit 1000841f69
9 changed files with 128 additions and 126 deletions

View file

@ -323,6 +323,7 @@ public class CollectionCacheManager : IDisposable
FullRecalculation(collection);
break;
case ModSettingChange.TemporaryMod:
case ModSettingChange.Edited:
// handled otherwise
break;
}