disable the sit function for now (crash)

This commit is contained in:
cora 2021-08-23 17:28:10 +02:00
parent 6d00255e4a
commit 729ef6e2b0
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
player:setpos({x=p.x, y=p.y + 1, z=p.z})
end)
elseif fields.animation_sit then
mcl_player:player_set_animation(player, "sit", 30)
--mcl_player:player_set_animation(player, "sit", 30)
entity.animation = "sit"
elseif fields.animation_stand then
mcl_player.player_set_animation(player, "stand", 30)