Fix spawn timer reset debug

This commit is contained in:
jordan4ibanez 2021-04-08 10:01:15 -04:00 committed by kay27
parent 310dcf9660
commit 4fca50dead
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ if mobs_spawn then
minetest.register_globalstep(function(dtime)
timer = timer + dtime
if timer >= 15 then
timer = 15--0
timer = 0--15
for _,player in ipairs(minetest.get_connected_players()) do
for i = 1,math.random(5) do