mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-09-22 11:26:43 -04:00
Merge 5e0adc2969
into 259e741282
This commit is contained in:
commit
409d96f038
1 changed files with 4 additions and 1 deletions
|
@ -79,7 +79,10 @@ local function activate_nametag(self)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
animalia.animate_player = {}
|
local function animate_player_stub(arg1, arg2, arg3)
|
||||||
|
end
|
||||||
|
|
||||||
|
animalia.animate_player = animate_player_stub
|
||||||
|
|
||||||
if minetest.get_modpath("default")
|
if minetest.get_modpath("default")
|
||||||
and minetest.get_modpath("player_api") then
|
and minetest.get_modpath("player_api") then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue