1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Get rid of hidden settings in settings_translation_file.cpp

This commit is contained in:
Gregor Parzefall 2023-11-10 16:25:57 +01:00 committed by sfan5
parent af474d10a4
commit 8bf2031310
4 changed files with 33 additions and 14 deletions

View file

@ -25,4 +25,4 @@ dofile(path .. DIR_DELIM .. "dlg_settings.lua")
-- For RUN_IN_PLACE the generated files may appear in the 'bin' folder.
-- See comment and alternative line at the end of 'generate_from_settingtypes.lua'.
-- assert(loadfile(path .. DIR_DELIM .. "generate_from_settingtypes.lua"))(settingtypes.parse_config_file(true, false))
-- dofile(path .. DIR_DELIM .. "generate_from_settingtypes.lua")