mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-03-15 04:11:23 +00:00
oops
This commit is contained in:
parent
1bce93355f
commit
09cdb38b27
1 changed files with 3 additions and 3 deletions
6
init.lua
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue