guards hotfix

This commit is contained in:
2025-03-15 19:42:00 -05:00
parent 199215f2e6
commit d67bf0bc64
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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);