region heights issue

This commit is contained in:
2025-02-22 22:38:40 -06:00
parent e90465ee8f
commit 5fabd31495
4 changed files with 30 additions and 7 deletions
+3 -1
View File
@@ -5330,9 +5330,11 @@ public class PlayerCharacter extends AbstractCharacter {
return;
}
setLoc(newLoc);
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
setLoc(newLoc);
if (this.getDebug(1))
ChatManager.chatSystemInfo(this,
"Distance to target " + this.getEndLoc().distance2D(this.getLoc()) + " speed " + this.getSpeed());