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