--- deliantra/server/ext/dmcommands.ext 2007/01/01 16:53:11 1.5 +++ deliantra/server/ext/dmcommands.ext 2007/01/02 11:08:35 1.6 @@ -75,10 +75,10 @@ my $map = $ob->map; + my @pl = $map->players; + $_->enter_link for @pl; Coro::async { - my @pl = $map->players; - - $_->enter_link for @pl; + Coro::Timer::sleep 10; $map->reset; $_->leave_link for @pl;