--- deliantra/server/ext/dmcommands.ext 2007/01/02 14:10:23 1.7 +++ deliantra/server/ext/dmcommands.ext 2007/01/03 00:05:26 1.8 @@ -77,7 +77,7 @@ my @pl = $map->players; $_->enter_link for @pl; - Coro::async { + cf::async { $map->reset; $_->leave_link for @pl;