mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
whitespace
This commit is contained in:
parent
63282704dc
commit
060696be24
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ local function create_world_formspec(dialogdata)
|
||||||
end
|
end
|
||||||
if lua_mapgen_allowed_mg_flags["light"] then
|
if lua_mapgen_allowed_mg_flags["light"] then
|
||||||
form = form .. "checkbox[0,"..y..";flag_main_light;" ..
|
form = form .. "checkbox[0,"..y..";flag_main_light;" ..
|
||||||
fgettext("Light") .. ";"..strflag(flags.main, "light").."]" ..
|
fgettext("Light") .. ";"..strflag(flags.main, "light").."]" ..
|
||||||
"tooltip[flag_main_light;" ..
|
"tooltip[flag_main_light;" ..
|
||||||
fgettext("This is not recommended, as it will disable engine lighting.") ..
|
fgettext("This is not recommended, as it will disable engine lighting.") ..
|
||||||
"]"
|
"]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue