--- deliantra/server/ext/follow.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/follow.ext 2006/12/21 22:41:34 1.3 @@ -21,7 +21,7 @@ $portal->apply ($pl->ob); - $portal->free; + $portal->destroy; } my %follow; @@ -90,7 +90,7 @@ } }; -cf::attach_to_players +cf::player->attach ( on_death => sub { my ($pl) = @_; @@ -104,7 +104,7 @@ } } }, -; +);