1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-19 05:15:47 +01:00
Files
luanti/builtin/mainmenu/dlg_settings_advanced.lua
Tim ba50127309 Move generation from settingtypes out of dlg_settings_advanced
Avoids unreachable code linter warning by moving generation code
(of minetest.conf.example and settings_translation_file.cpp)
out of dlg_settings_advanced.

Due to passing the settings, also it avoids reading the settings file twice.

Instead of activating the code by changing the active if-clauses,
its activation is now done by uncommenting the loadfile() statement.
2016-08-20 15:48:47 +02:00

19 KiB