mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Fix indentation
This commit is contained in:
parent
3b75e7fef3
commit
07ff43fca0
1 changed files with 8 additions and 10 deletions
|
@ -159,9 +159,7 @@ local function purge_effects()
|
||||||
end
|
end
|
||||||
-- NOTE: set_lighting doesn't allow empty table to reset
|
-- NOTE: set_lighting doesn't allow empty table to reset
|
||||||
player:set_lighting({
|
player:set_lighting({
|
||||||
shadows = {
|
shadows = { intensity = 0 }
|
||||||
intensity = 0
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue