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