--- deliantra/server/ext/dm-support.ext 2007/04/18 14:24:09 1.5 +++ deliantra/server/ext/dm-support.ext 2007/08/28 19:30:09 1.8 @@ -24,10 +24,13 @@ Useful commands (note the '&'): reload_perl & +reload_config & reload_regions & reload_facedata & reload_treasures & reload_archetypes & +ext::help::reload & +ext::books::reload & ext::map_world::reload & EOF print "\n> "; @@ -60,7 +63,7 @@ }; if ($cmd =~ s/\s*&$//) { - Coro::async_pool { $sub->() }; + Coro::async { $sub->() }; } else { $sub->(); }