fix error that caused only player to be affected

I'm really dumb sometimes
This commit is contained in:
Lilian Jónsdóttir 2021-08-08 18:35:21 -07:00
parent c29678b1a8
commit 610a0e6d5e

View file

@ -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()