mob desync issue

This commit is contained in:
2024-04-24 14:59:38 -05:00
parent b33f451285
commit bb4c1d48a4
+2 -1
View File
@@ -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;