From 910a46b16d870a3c7183df436b4384dd9b3ed575 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Sat, 30 Mar 2024 20:42:37 -0400 Subject: [PATCH] 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 --- mount.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mount.lua b/mount.lua index a8fda52..aa70373 100644 --- a/mount.lua +++ b/mount.lua @@ -241,6 +241,7 @@ function mobs.attach(entity, player) else default.player_set_animation(player, "sit", 30) end + end end end)