mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes Admin Help Tickets not showing the name of the admin who generated a ban. (#52195)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user