mirror of
https://github.com/ElCeejo/animalia
synced 2025-11-17 17:59:03 +01:00
Merge pull request #87 from C-C-Minetest-Server/fork-20240318-basic-idle-nil
Fix idle receiving nil value
This commit is contained in:
commit
259e741282
@ -756,7 +756,7 @@ creatura.register_utility("animalia:basic_idle", function(self, timeout, anim)
|
||||
local init = false
|
||||
local function func(mob)
|
||||
if not init then
|
||||
creatura.action_idle(mob, timeout, anim)
|
||||
creatura.action_idle(mob, timer, anim)
|
||||
end
|
||||
timer = timer - mob.dtime
|
||||
if timer <= 0 then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user