--- deliantra/server/ext/dmcommands.ext 2007/01/01 16:53:11 1.5 +++ deliantra/server/ext/dmcommands.ext 2007/01/03 00:05:26 1.8 @@ -75,10 +75,9 @@ my $map = $ob->map; - Coro::async { - my @pl = $map->players; - - $_->enter_link for @pl; + my @pl = $map->players; + $_->enter_link for @pl; + cf::async { $map->reset; $_->leave_link for @pl;