mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Added a config option for the extended adminwho information because it is generally a bad idea to tell the players what admins are doing.
Also fixed the issue where people on the floor could buckle others in. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4216 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -46,7 +46,7 @@ proc/get_all_admin_clients()
|
||||
|
||||
for (var/mob/M in admin_list)
|
||||
if(M && M.client && M.client.holder)
|
||||
if(usr.client)
|
||||
if((usr.client && usr.client.holder) || config.show_admin_info)
|
||||
var/afk = 0
|
||||
if( M.client.inactivity > AFK_THRESHOLD ) //When I made this, the AFK_THRESHOLD was 3000ds = 300s = 5m, see setup.dm for the new one.
|
||||
afk = 1
|
||||
|
||||
Reference in New Issue
Block a user