--- deliantra/server/ext/dmcommands.ext 2007/01/02 11:08:35 1.6 +++ deliantra/server/ext/dmcommands.ext 2007/01/03 00:05:26 1.8 @@ -77,8 +77,7 @@ my @pl = $map->players; $_->enter_link for @pl; - Coro::async { - Coro::Timer::sleep 10; + cf::async { $map->reset; $_->leave_link for @pl;