Fix indentation

This commit is contained in:
Lars Müller 2023-04-21 11:39:26 +02:00 committed by GitHub
parent 3b75e7fef3
commit 07ff43fca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,9 +159,7 @@ local function purge_effects()
end
-- NOTE: set_lighting doesn't allow empty table to reset
player:set_lighting({
shadows = {
intensity = 0
}
shadows = { intensity = 0 }
})
end
end