mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-26 14:16:21 +01:00
IsBanned Debug
Adds a debug message as to when a blacklist check is completed. Enables us to actually time the check.
This commit is contained in:
@@ -52,6 +52,8 @@ world/IsBanned(key,address,computer_id)
|
||||
AddBan(ckey(key), computer_id, "Bad IP", "Automated Ban", 0, 0)
|
||||
return list("reason"="IP Blacklisted", "desc"="\nReason: This IP has been blacklisted from the server.\nIf you believe this is a mistake, please request help at [config.banappeals]")
|
||||
|
||||
msg_scopes("[key]'s blacklist check completed.")
|
||||
|
||||
if(config.ban_legacy_system)
|
||||
|
||||
//Ban Checking
|
||||
|
||||
Reference in New Issue
Block a user