Fix v13 migration, invalidate value_cache for client prefs

This commit is contained in:
ShadowLarkens
2024-08-31 10:18:12 -07:00
parent 814eac89b0
commit 4e4c882922
@@ -7,3 +7,6 @@
var/list/preferences_disabled = S.get_entry("preferences_disabled")
for(var/key in preferences_disabled)
S.set_entry("[key]", FALSE)
// Force a reload of the value cache
apply_all_client_preferences()