diff options
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index c85dacd6f..d08f006c7 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -49,6 +49,6 @@ OnUse: // Save new location and warp you there EnterTown(@dest$); - doevent "Emergency Exit::OnVisitLX"; + ReturnTown(); end; } |