diff options
Diffstat (limited to 'lualib/lua_settings.lua')
-rw-r--r-- | lualib/lua_settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lualib/lua_settings.lua b/lualib/lua_settings.lua index 61cc9d2ad..bb0ea0457 100644 --- a/lualib/lua_settings.lua +++ b/lualib/lua_settings.lua @@ -170,6 +170,8 @@ local function numeric_settings_id(str) return ret end +exports.numeric_settings_id = numeric_settings_id + -- Used to do the following: -- If there is a group of symbols_allowed, it checks if that is an array -- If that is a hash table then we transform it to a normal list, probably adding symbols to adjust scores |