Make settings change invoke on Temporary Mods.

This commit is contained in:
Ottermandias 2024-02-18 13:03:56 +01:00
parent 80ce6fe21f
commit 31bc5ec6f9
3 changed files with 7 additions and 1 deletions

View file

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