--- deliantra/server/server/hiscore.C 2007/01/06 14:42:30 1.16 +++ deliantra/server/server/hiscore.C 2007/01/07 02:39:14 1.17 @@ -268,13 +268,6 @@ if (op->stats.exp == 0) return; - if (op->contr->explore) - { - new_draw_info (NDI_UNIQUE, 0, op, "Since you were in explore mode,"); - new_draw_info (NDI_UNIQUE, 0, op, "you can't enter the high-score list."); - return; - } - assign (new_score.name, op->name); assign (new_score.title, op->title.length () ? &op->title : op->contr->title); assign (new_score.killer, op->contr->killer[0] ? op->contr->killer : "a dungeon collapse");