Update blackbox.dm (#48844)

This commit is contained in:
Nick
2020-01-16 23:54:28 -05:00
committed by Jordan Brown
parent 7922075c81
commit fa941a4410

View File

@@ -278,8 +278,8 @@ Versioning
ticket = sanitizeSQL(ticket)
action = sanitizeSQL(action)
message = sanitizeSQL(message)
recipient = recipient ? "'sanitizeSQL(recipient)'" : "NULL"
sender = sender ? "'sanitizeSQL(sender)'" : "NULL"
recipient = recipient ? "'[sanitizeSQL(recipient)]'" : "NULL"
sender = sender ? "'[sanitizeSQL(sender)]'" : "NULL"
var/server_ip = sanitizeSQL(world.internet_address)
var/server_port = sanitizeSQL(world.port)
var/round_id = sanitizeSQL(GLOB.round_id)