--- deliantra/server/ext/login.ext 2007/01/22 03:44:41 1.27 +++ deliantra/server/ext/login.ext 2007/01/23 03:45:44 1.28 @@ -381,7 +381,8 @@ ## pl_ref == one from object + one from cf::PLAYER ## ob_ref == one from simply being an object - if ($pl_ref == 2 && $ob_ref == 1) { + #TODO: the above should be correct, understand the 1/0, respectively + if ($pl_ref == 1 && $ob_ref == 0) { warn "player-scheduler destroy ", $ob->name;#d# # remove from sight and get fresh "copies"