forked from MagicBane/Server
guards hotfix
This commit is contained in:
@@ -5384,7 +5384,8 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
}
|
||||
|
||||
|
||||
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
|
||||
//this.region = AbstractWorldObject.GetRegionByWorldObject(this);
|
||||
this.region = Regions.GetRegionForTeleport(this.loc);
|
||||
|
||||
setLoc(newLoc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user