--- deliantra/server/ext/follow.ext 2006/12/17 00:44:59 1.2 +++ deliantra/server/ext/follow.ext 2006/12/21 22:41:34 1.3 @@ -90,7 +90,7 @@ } }; -cf::attach_to_players +cf::player->attach ( on_death => sub { my ($pl) = @_; @@ -104,7 +104,7 @@ } } }, -; +);