--- deliantra/server/ext/dm-support.ext 2007/04/17 10:38:28 1.4 +++ deliantra/server/ext/dm-support.ext 2007/09/13 08:35:24 1.9 @@ -24,10 +24,15 @@ 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> "; @@ -59,7 +64,7 @@ }; if ($cmd =~ s/\s*&$//) { - Coro::async_pool { $sub->() }; + Coro::async { $sub->() }; } else { $sub->(); }