shape
This commit is contained in:
@@ -841,11 +841,6 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
if(this.getObjectType().equals(GameObjectType.Mob)){
|
||||
if(this.destination.equals(Vector3fImmutable.ZERO))
|
||||
return false;
|
||||
if(this.loc.distanceSquared(this.destination) < 3){
|
||||
this.stopMovement(this.loc);
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user