Removes the empty Status tab that is active by default at login.

Has no effect for admins.
This commit is contained in:
YotaXP
2013-11-10 01:53:59 -05:00
parent 79ee84b3d7
commit d1827c6466
+2 -2
View File
@@ -638,9 +638,9 @@ note dizziness decrements automatically in the mob's Life() proc.
/mob/Stat()
..()
if(statpanel("Status")) //not looking at that panel
if(client && client.holder)
if(client && client.holder)
if(statpanel("Status")) //not looking at that panel
stat(null,"Location:\t([x], [y], [z])")
stat(null,"CPU:\t[world.cpu]")
stat(null,"Instances:\t[world.contents.len]")