--- deliantra/server/ext/login.ext 2018/02/20 14:28:27 1.134 +++ deliantra/server/ext/login.ext 2018/04/25 04:58:46 1.135 @@ -26,7 +26,9 @@ } sub can_cleanup { - return 0; # highscore list is not cleared out, rethink + # highscore list is not cleared out, rethink + # also, admin accounts can be hacked this way, if unused for long. + return 0; my ($pl, $mtime) = @_;