Handled reports will not cause messages upon login anymore.

This commit is contained in:
cib
2012-07-09 16:06:24 +02:00
parent 0bd54bd612
commit 368cf3b60d
+1 -1
View File
@@ -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