From 368cf3b60dec154ae0f38a0998059ceccb9a4348 Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 9 Jul 2012 16:06:24 +0200 Subject: [PATCH] Handled reports will not cause messages upon login anymore. --- code/game/player/admin_report.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/player/admin_report.dm b/code/game/player/admin_report.dm index 1234bab076f..f2dd855c256 100644 --- a/code/game/player/admin_report.dm +++ b/code/game/player/admin_report.dm @@ -82,7 +82,7 @@ client/proc/unhandled_reports() client/proc/is_reported() var/list/reports = load_reports() - for(var/datum/admin_report/N in reports) + for(var/datum/admin_report/N in reports) if(!N.done) if(N.offender_key == src.key) return 1