ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/follow.ext
(Generate patch)

Comparing deliantra/server/ext/follow.ext (file contents):
Revision 1.24 by root, Tue May 25 20:10:29 2010 UTC vs.
Revision 1.25 by root, Wed May 26 20:07:17 2010 UTC

55 || $y != $queue->[-1][2]; 55 || $y != $queue->[-1][2];
56 56
57 # try to move to oldest position 57 # try to move to oldest position
58 if (@$queue > $MAX_QUEUE) { 58 if (@$queue > $MAX_QUEUE) {
59 $who->message ($target->name . " is too far away - you can't follow anymore!"); 59 $who->message ($target->name . " is too far away - you can't follow anymore!");
60 unfollow $target->name; 60 unfollow $who->name;
61 } elsif (@$queue) { 61 } elsif (@$queue) {
62 my ($map, $x, $y) = @{ $queue->[0] }; 62 my ($map, $x, $y) = @{ $queue->[0] };
63 63
64 $map->load; 64 $map->load;
65 65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines