mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Removes the empty Status tab that is active by default at login.
Has no effect for admins.
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user