--- deliantra/server/ext/dm-support.ext 2007/05/24 03:33:29 1.6 +++ deliantra/server/ext/dm-support.ext 2007/08/28 19:30:09 1.8 @@ -24,6 +24,7 @@ Useful commands (note the '&'): reload_perl & +reload_config & reload_regions & reload_facedata & reload_treasures & @@ -62,7 +63,7 @@ }; if ($cmd =~ s/\s*&$//) { - Coro::async_pool { $sub->() }; + Coro::async { $sub->() }; } else { $sub->(); }