--- deliantra/server/lib/cf.pm 2007/03/02 13:32:52 1.221 +++ deliantra/server/lib/cf.pm 2007/03/06 03:06:00 1.222 @@ -2474,9 +2474,11 @@ cf::load_extensions; warn "reattaching attachments to objects/players"; - _global_reattach; + _global_reattach; # objects, sockets warn "reattaching attachments to maps"; reattach $_ for values %MAP; + warn "reattaching attachments to players"; + reattach $_ for values %PLAYER; warn "loading reloadable resources"; init_resources;