Resolves #6927 - Many Stat() procs did not have if(statpanel("panelname")) checks.

This commit is contained in:
carnie
2015-01-11 17:01:41 +00:00
parent cd3e08f624
commit 2d26c7e2bd
12 changed files with 26 additions and 36 deletions
+1 -2
View File
@@ -115,8 +115,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/Stat()
..()
statpanel("Status")
if (client.statpanel == "Status")
if(statpanel("Status"))
stat(null, "Station Time: [worldtime2text()]")
if(ticker)
if(ticker.mode)