fix missing end on the backguar compatibility

* related to the commit c41176b807473356c4ffd2ec399a09f20033e7d8
  backguard compat 0.4, intlib only for older of tweak for mineclone
  and 5.x, backguard compat 0.4, intlib only for older
This commit is contained in:
mckaygerhard 2024-03-30 20:42:37 -04:00
parent e4623dec52
commit 910a46b16d

View File

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