From 04fe3dedd63eda262b85ae7b45fb61cb3cfe6c92 Mon Sep 17 00:00:00 2001 From: CIB Date: Sat, 30 Jun 2012 23:59:54 +0300 Subject: [PATCH] Bugfix: It was impossible to flag admin reports as handled. --- 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 6009d0bbaf1..5be189222eb 100644 --- a/code/game/player/admin_report.dm +++ b/code/game/player/admin_report.dm @@ -96,7 +96,7 @@ client/proc/display_admin_reports() output += "Offense:[N.body]
" output += "Occured at [time2text(N.date,"MM/DD hh:mm:ss")]
" output += "authored by [N.author]
" - output += " Flag as Handled" + output += " Flag as Handled" if(src.key == N.author) output += " Edit" output += "
"