--- deliantra/server/ext/town_portal.ext 2008/04/30 13:46:40 1.4 +++ deliantra/server/ext/town_portal.ext 2008/06/15 20:32:50 1.5 @@ -59,6 +59,8 @@ $who->goto ($map, $x, $y, sub { my ($map) = @_; + $map->load; # make sure the map is loaded + if (grep $_->uuid eq $uuid, $map->at ($x, $y)) { $who->reply (undef, "The town portal weaves its magic... and after a short moment, you return to the magic portal.", cf::NDI_NAVY);