fix error that caused only player to be affected
I'm really dumb sometimes
This commit is contained in:
parent
c29678b1a8
commit
610a0e6d5e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ local function sinkInWater(e)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- finally add down-pull from configured formula to tes3.mobilePlayer.velocity.z to simulate being pulled down
|
-- finally add down-pull from configured formula to tes3.mobilePlayer.velocity.z to simulate being pulled down
|
||||||
tes3.mobilePlayer.velocity.z = -downPull
|
mobile.velocity.z = -downPull
|
||||||
end
|
end
|
||||||
|
|
||||||
local function onInitialized()
|
local function onInitialized()
|
||||||
|
|
Loading…
Add table
Reference in a new issue