mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-24 05:00:31 -04:00
Merge branch 'master' of gitlab.com:OpenMW/openmw
This commit is contained in:
commit
d944f703e8
@ -2448,7 +2448,7 @@ void CharacterController::update(float duration)
|
||||
}
|
||||
}
|
||||
|
||||
if (mFloatToSurface && cls.isActor() && cls.canSwim(mPtr))
|
||||
if (mFloatToSurface && cls.isActor())
|
||||
{
|
||||
if (cls.getCreatureStats(mPtr).isDead()
|
||||
|| (!godmode && cls.getCreatureStats(mPtr).isParalyzed()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user