1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

whitespace

This commit is contained in:
Xeno333 2025-06-16 17:49:17 -05:00
parent 63282704dc
commit 060696be24

View file

@ -248,7 +248,7 @@ local function create_world_formspec(dialogdata)
end
if lua_mapgen_allowed_mg_flags["light"] then
form = form .. "checkbox[0,"..y..";flag_main_light;" ..
fgettext("Light") .. ";"..strflag(flags.main, "light").."]" ..
fgettext("Light") .. ";"..strflag(flags.main, "light").."]" ..
"tooltip[flag_main_light;" ..
fgettext("This is not recommended, as it will disable engine lighting.") ..
"]"