We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b788ba + cd53cbb commit 07cc2a7Copy full SHA for 07cc2a7
files/data/scripts/omw/input/playercontrols.lua
@@ -89,7 +89,7 @@ local function processMovement()
89
local sideMovement = input.getRangeActionValue('MoveRight') - input.getRangeActionValue('MoveLeft')
90
local run = input.getBooleanActionValue('Run') ~= settings:get('alwaysRun')
91
92
- if movement ~= 0 or not Actor.canMove(self) then
+ if movement ~= 0 then
93
autoMove = false
94
elseif autoMove then
95
movement = 1
0 commit comments