--- deliantra/server/ext/login.ext 2007/01/08 14:11:05 1.17 +++ deliantra/server/ext/login.ext 2007/01/08 14:29:05 1.18 @@ -378,11 +378,11 @@ if ($pl_ref == 2 && $ob_ref == 1) { warn "player-scheduler destroy ", $ob->name;#d# - delete $cf::PLAYER{$ob->name}; - # pl_ref == one from object + one from cf::PLAYER - # ob_ref == one from simply being an object - $ob->destroy; - $pl->destroy; + #delete $cf::PLAYER{$ob->name}; + ## pl_ref == one from object + one from cf::PLAYER + ## ob_ref == one from simply being an object + #$ob->destroy; + #$pl->destroy; } else { warn "player-scheduler refcnt ", $ob->name, " $pl_ref,$a_ $ob_ref,$b_\n";#d# }