Skip to content

Commit 3198bee

Browse files
committed
add missing param
forgor
1 parent 31248a1 commit 3198bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modular_meta/features/bot_topic/code/ticket_integration.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/proc/get_ticket_info(message, ticket_id, ckey, admin, new_ticket, engager) //called at adminhelp ln 762
1313
var/list/processed_message = list(
1414
"type" = "admin_ticket",
15+
"ticket_id" = ticket_id,
1516
"message" = message,
1617
"by_whom" = ckey,
1718
"is_admin" = admin,

0 commit comments

Comments
 (0)