Fixes Admin Help Tickets not showing the name of the admin who generated a ban. (#52195)

This commit is contained in:
ShizCalev
2020-07-14 20:14:38 -04:00
committed by GitHub
parent 1ef55d0b61
commit 9d846517d9
+1 -1
View File
@@ -536,7 +536,7 @@
if(player_ckey)
create_message("note", player_ckey, admin_ckey, note_reason, null, null, 0, 0, null, 0, severity)
var/client/C = GLOB.directory[player_ckey]
var/datum/admin_help/AH = admin_ticket_log(player_ckey, msg)
var/datum/admin_help/AH = admin_ticket_log(player_ckey, "[kna] [msg]")
var/appeal_url = "No ban appeal url set!"
appeal_url = CONFIG_GET(string/banappeals)
var/is_admin = FALSE