forked from MagicBane/Server
region heights issue
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user