Config.lua wrong precedence #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The construction
does not work for booleans, only if the config setting is not configured (nil)
We need to test with ALL types
Do you want something like:
yl_template.settings.debug = minetest.settings:get_bool("yl_template.debug") and true or falseor what do you mean?
luaAPI says we are intended to use it like that:
core.settings:get_bool("key", [default_value])This was fixed in
839820e160Heh, can be closed then. Thanks :D