From fec30e37ac1d160a942777b05a7717b5395c4d99 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 21 Sep 2019 17:54:52 +0200 Subject: Fix AreaStore's IDs persistence (#8888) Improve documentation Read old formats Fix free ID function. Return first gap in map --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game') 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) -- cgit v1.2.3