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 51d21e86c..0af0dc1da 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -14,6 +14,7 @@ core.features = { object_independent_selectionbox = true, httpfetch_binary_data = true, formspec_version_element = true, + area_store_persistent_ids = true, } function core.has_feature(arg) |