mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-03-22 15:42:21 +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
|
return
|
||||||
end
|
end
|
||||||
local yaw = self.object:get_yaw()
|
local yaw = self.object:get_yaw()
|
||||||
if mcl and mcl_player.player_get_animation(self._driver).animation ~= "sit" then
|
-- if mcl and mcl_player.player_get_animation(self._driver).animation ~= "sit" then
|
||||||
mcl_player.player_set_animation(self._driver, "sit" , 30)
|
-- mcl_player.player_set_animation(self._driver, "sit" , 30)
|
||||||
end
|
-- end
|
||||||
if ctrl and not in_water then
|
if ctrl and not in_water then
|
||||||
if ctrl.up then
|
if ctrl.up then
|
||||||
-- Forwards
|
-- Forwards
|
||||||
|
|
Loading…
Add table
Reference in a new issue