mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-19 17:39:44 +00:00
cleanup
This commit is contained in:
parent
a32ab842ae
commit
dbf5613d8c
1 changed files with 0 additions and 1 deletions
|
@ -1192,7 +1192,6 @@ void CharacterController::update(float duration)
|
|||
cls.getMovementSettings(mPtr).mPosition[2] = 0;
|
||||
}
|
||||
//Force Move Jump, only jump if they're otherwise moving
|
||||
std::cout << isMoving << std::endl;
|
||||
if(stats.getMovementFlag(MWMechanics::CreatureStats::Flag_ForceMoveJump) && isMoving)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue