mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 12:46:20 +01:00
Emergency Hotfix
Bans should now work, and not feed errors.
This commit is contained in:
@@ -108,8 +108,8 @@ world/IsBanned(key,address,computer_id)
|
||||
|
||||
var/desc = "\nReason: You, or another user of this computer or connection ([pckey]) is banned from playing here. The ban reason is:\n[reason]\nThis ban was applied by [ackey] on [bantime], [expires]"
|
||||
|
||||
log_access("Failed Login: [key] [computer_id] [address] - Banned [.["reason"]]")
|
||||
message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [.["reason"]]")
|
||||
log_access("Failed Login: [key] [computer_id] [address] - Banned [reason]")
|
||||
message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [reason]")
|
||||
|
||||
return list("reason"="[bantype]", "desc"="[desc]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user