mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
[MIRROR] Fixes undeleted SQL queries in IsBanned() [MDB IGNORE] (#22707)
* Fixes undeleted SQL queries in `IsBanned()` * Update IsBanned.dm * Update IsBanned.dm --------- Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -44,12 +44,14 @@
|
||||
|
||||
var/client_is_in_db = query_client_in_db.NextRow()
|
||||
if(!client_is_in_db)
|
||||
|
||||
var/reject_message = "Failed Login: [ckey] [address]-[computer_id] - New Account attempting to connect during panic bunker, but was rejected due to no prior connections to game servers (no database entry)"
|
||||
log_access(reject_message)
|
||||
if (message)
|
||||
message_admins(span_adminnotice("[reject_message]"))
|
||||
qdel(query_client_in_db)
|
||||
return list("reason"="panicbunker", "desc" = "Sorry but the server is currently not accepting connections from never before seen players")
|
||||
|
||||
qdel(query_client_in_db)
|
||||
*/ // SKYRAT EDIT REMOVAL END
|
||||
|
||||
//Whitelist
|
||||
|
||||
Reference in New Issue
Block a user