Weather: Fix missing do_repeat
This commit is contained in:
parent
0b61070a16
commit
3fdfe4e37f
@ -52,7 +52,7 @@ local function update_sounds(do_repeat)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if do_repeat then
|
if do_repeat then
|
||||||
minetest.after(3, update_sounds)
|
minetest.after(3, update_sounds, do_repeat)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user