This commit is contained in:
ElCeejo 2022-09-09 16:55:20 -07:00
parent 325dc1609a
commit 9d6f242871
3 changed files with 22 additions and 9 deletions

View file

@ -533,10 +533,8 @@ function animalia.mount(self, player, params)
self.rider = nil
return
end
if player_api then
player_api.player_attached[player:get_player_name()] = true
end
if minetest.get_modpath("player_api") then
player_api.player_attached[player:get_player_name()] = true
animate_player(player, "sit", 30)
end
self.rider = player