--- deliantra/server/lib/cf.pm 2006/09/08 16:51:44 1.62 +++ deliantra/server/lib/cf.pm 2006/09/08 17:41:41 1.63 @@ -13,7 +13,7 @@ use strict; -_reload_1; +_init_vars; our %COMMAND = (); our @EVENT; @@ -697,6 +697,9 @@ $msg->("load extensions"); cf::load_extensions; + + $msg->("reattach"); + _global_reattach; }; $msg->($@) if $@; @@ -925,7 +928,5 @@ }, ); -_reload_2; - 1