mob desync issue
This commit is contained in:
@@ -871,7 +871,8 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
|
|
||||||
Vector3fImmutable newLoc = this.getMovementLoc();
|
Vector3fImmutable newLoc = this.getMovementLoc();
|
||||||
|
|
||||||
if (newLoc.equals(this.getEndLoc())) {
|
//if (newLoc.equals(this.getEndLoc())) {
|
||||||
|
if(newLoc.distanceSquared(this.getEndLoc()) < 4){
|
||||||
this.stopMovement(newLoc);
|
this.stopMovement(newLoc);
|
||||||
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
|
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user