Obscure Admin Related fixes

This commit is contained in:
Aurorablade
2018-03-13 22:22:51 -04:00
parent 39938ed755
commit 2a3dd305a9
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -11,6 +11,9 @@ world/IsBanned(key,address,computer_id)
var/ckey = ckey(key)
if((ckey in admin_datums) || (ckey in deadmins))
admin = 1
var/datum/admins/A = admin_datums[ckey]
if(A.rights & R_ADMIN)
admin = 1
//Guest Checking
if(!guests_allowed && IsGuestKey(key))