fix missing end on the backguar compatibility

* related to the commit c41176b807
  backguard compat 0.4, intlib only for older of tweak for mineclone
  and 5.x, backguard compat 0.4, intlib only for older
main
mckaygerhard 2024-03-30 20:42:37 -04:00
parent e4623dec52
commit 910a46b16d
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ function mobs.attach(entity, player)
else
default.player_set_animation(player, "sit", 30)
end
end
end
end)