From 09cdb38b272baa76521554efe85c839152b55c42 Mon Sep 17 00:00:00 2001 From: Sumyjkl Date: Mon, 8 Aug 2022 19:26:02 +1000 Subject: [PATCH] oops --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 9441cab..97adaad 100644 --- a/init.lua +++ b/init.lua @@ -286,9 +286,9 @@ function boat.on_step(self, dtime, moveresult) return end local yaw = self.object:get_yaw() - if mcl and mcl_player.player_get_animation(self._driver).animation ~= "sit" then - mcl_player.player_set_animation(self._driver, "sit" , 30) - end + -- if mcl and mcl_player.player_get_animation(self._driver).animation ~= "sit" then + -- mcl_player.player_set_animation(self._driver, "sit" , 30) + -- end if ctrl and not in_water then if ctrl.up then -- Forwards