From 14811d35e984b343a3d262f24a304575c0203626 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Fri, 13 Mar 2015 23:27:35 +0100 Subject: [PATCH] Fixes #8439. Appears to be the last of the major re-occuring runtimes. Good work team. --- code/modules/examine/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/examine/examine.dm b/code/modules/examine/examine.dm index 3f15fa22d4..f09fce6cf3 100644 --- a/code/modules/examine/examine.dm +++ b/code/modules/examine/examine.dm @@ -51,7 +51,7 @@ /client/Stat() . = ..() - if(statpanel("Examine")) + if(usr && statpanel("Examine")) stat(null,"[description_holders["icon"]] [description_holders["name"]]") //The name, written in big letters. stat(null,"[description_holders["desc"]]") //the default examine text. if(description_holders["info"])