zero the fall distance
This commit is contained in:
parent
617cebe2e0
commit
0403ace046
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export class EntityLiving extends Entity {
|
|||
this.timeInWater = 0;
|
||||
this.headHeight = 1.62;
|
||||
|
||||
this.fallDistance = Number.MIN_VALUE;
|
||||
this.fallDistance = 0;
|
||||
|
||||
this.lastHealth = this.health;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue