mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 05:21:40 -04:00
Merge adafd0d996
into 1b9382bee3
This commit is contained in:
commit
4d2caaf0f6
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ if minetest.get_modpath("default")
|
|||
and minetest.get_modpath("player_api") then
|
||||
animate_player = player_api.set_animation
|
||||
elseif minetest.get_modpath("mcl_player") then
|
||||
animate_player = mcl_player.set_animation
|
||||
animate_player = mcl_player.player_set_animation
|
||||
end
|
||||
|
||||
-----------------------
|
||||
|
|
|
@ -74,7 +74,7 @@ if minetest.get_modpath("default")
|
|||
and minetest.get_modpath("player_api") then
|
||||
animate_player = player_api.set_animation
|
||||
elseif minetest.get_modpath("mcl_player") then
|
||||
animate_player = mcl_player.set_animation
|
||||
animate_player = mcl_player.player_set_animation
|
||||
end
|
||||
|
||||
local get_collision = creatura.get_collision
|
||||
|
|
Loading…
Add table
Reference in a new issue