mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
Fix for me breaking AdminWho
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4196 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -45,7 +45,7 @@ proc/get_all_admin_clients()
|
||||
usr << "<b>Current Admins:</b>"
|
||||
|
||||
for (var/mob/M in admin_list)
|
||||
if(M && M.client)
|
||||
if(M && M.client && M.client.holder)
|
||||
if(usr.client)
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user