mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Revert "i doubt the return value is the issue but let's see"
This reverts commit 59704a7efc.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
if(.)
|
||||
log_access("Failed Login: [key] [computer_id] [address] - Banned [.["reason"]]")
|
||||
message_admins("<span class='notice'>Failed Login: [key] id:[computer_id] ip:[address] - Banned [.["reason"]]</span>")
|
||||
log_debug("ISBANNED return value of [.]")
|
||||
return .
|
||||
//sticky ban logging
|
||||
. = ..()
|
||||
@@ -38,7 +37,7 @@
|
||||
what.Remove("message")
|
||||
what["desc"] = "[desc]"
|
||||
what["reason"] = "PERMABAN"
|
||||
log_debug("ISBANNED return value of [.]")
|
||||
|
||||
return . //default pager ban stuff
|
||||
|
||||
else
|
||||
@@ -114,5 +113,4 @@
|
||||
what.Remove("message")
|
||||
what["desc"] = "[desc]"
|
||||
what["reason"] = "PERMABAN"
|
||||
log_debug("ISBANNED return value of [.]")
|
||||
return . //default pager ban stuff
|
||||
|
||||
Reference in New Issue
Block a user