mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
retired admins don't get sent as admins in json
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ proc/makejson()
|
||||
var/admins = "no"
|
||||
for(var/client/C)
|
||||
playerscount++
|
||||
if(C.holder)
|
||||
if(C.holder && C.holder.level >= 0) // make sure retired admins don't make nt think admins are on
|
||||
if(!C.stealth)
|
||||
admins = "yes"
|
||||
players += "[C.key];"
|
||||
|
||||
Reference in New Issue
Block a user