mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-29 15:46:26 +01:00
Try harder
This commit is contained in:
@@ -9,6 +9,10 @@ var/global/list/blacklist = list()
|
||||
|
||||
//Blocks an attempt to connect before even creating our client datum thing.
|
||||
world/IsBanned(key,address,computer_id)
|
||||
if(!computer_id)
|
||||
message_admins("\blue Failed Login: [key] ([address]) Null computerID")
|
||||
return list("reason"="Bad computerID", "desc"="\nReason: Blank computerID returned from client.")
|
||||
|
||||
if(ckey(key) in admin_datums)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user