GMs should not teleport out of timed hunting zones.

This commit is contained in:
MobiusDevelopment
2020-11-18 06:25:20 +00:00
parent 01c02bc547
commit 1672a7af4c
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ public class TimedHuntingZone extends ZoneType
{
player.startTimedHuntingZone(12, imperialTombExitTime - currentTime);
}
else
else if (!player.isGM())
{
player.teleToLocation(MapRegionManager.getInstance().getTeleToLocation(player, TeleportWhereType.TOWN));
}