Update Moving.client.lua
This commit is contained in:
parent
726970a411
commit
0a9f47d84a
1 changed files with 4 additions and 3 deletions
|
@ -883,8 +883,9 @@ DEF_ACTION(Action.WALKING, function(m: Mario)
|
|||
return m:SetAction(Action.CROUCH_SLIDE)
|
||||
end
|
||||
|
||||
local step
|
||||
do
|
||||
|
||||
-- stylua: ignore
|
||||
local step do
|
||||
m.ActionState = 0
|
||||
startPos = m.Position
|
||||
|
||||
|
|
Loading…
Reference in a new issue