system enabled

This commit is contained in:
2023-10-26 20:04:11 -05:00
parent 7af63d1519
commit 136c8c4756
6 changed files with 153 additions and 45 deletions
@@ -96,7 +96,7 @@ public class TeleportPowerAction extends AbstractPowerAction {
//TODO verify target loc is valid loc
Regions region = Regions.GetRegionForTeleport(targetLoc);
Regions region = Regions.getRegionAtLocation(targetLoc);
if (region != null && !region.isOutside())
return;