--- deliantra/server/ext/follow.ext 2007/01/07 02:39:14 1.8 +++ deliantra/server/ext/follow.ext 2007/01/14 18:00:34 1.9 @@ -49,7 +49,7 @@ if ($args ne "" && $name ne $args) { if (my $other = cf::player::find_active $args) { - if ($other->ob->map eq $who->map + if ($other->ob->map == $who->map && abs ($other->ob->x - $who->x) <= 1 && abs ($other->ob->y - $who->y) <= 1) { $who->message ("Following player '$args', to stop, type: 'follow");