mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Fix v13 migration, invalidate value_cache for client prefs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user