generated from your-land/yl_template
7 lines
240 B
Lua
7 lines
240 B
Lua
|
|
-- Setting a configuration, switch the order in which the settings shall take precedence. First valid one taken.
|
|
|
|
yl_api_nodestages.settings = {}
|
|
|
|
yl_api_nodestages.settings.debug = minetest.settings:get("yl_api_nodestages.debug") or true
|