call playerapi again

master
Alexsandro Percy 2022-06-22 19:04:40 -03:00
parent 1876f08665
commit e2e1be3266
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ function demoiselle.attach(self, player)
minetest.after(1, function()
player = minetest.get_player_by_name(name)
if player then
player_api.set_animation(player, "sit")
airutils.sit(player)
--player_api.set_animation(player, "sit")
end
end)
end