diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/game/features.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 896a893b2..bdc1602a2 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -25,6 +25,7 @@ core.features = { dynamic_add_media_table = true, get_sky_as_table = true, get_light_data_buffer = true, + mod_storage_on_disk = true, } function core.has_feature(arg) |