Update init.lua

This commit is contained in:
brittm3 2016-11-23 10:25:17 -06:00 committed by GitHub
parent be804055cc
commit 2e52762f23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ lightning.strike = function(pos)
texture = "lightning_lightning_" .. rng:next(1,3) .. ".png",
})
minetest.sound_play({ pos = pos, name = "lightning_thunder", gain = 10, max_hear_distance = 500 })
minetest.sound_play({ pos = pos, name = "lightning_thunder", gain = 10, max_hear_distance = 500 })
-- damage nearby objects, player or not
for _, obj in ipairs(minetest.get_objects_inside_radius(pos, 5)) do