mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Yet another db tickets bugfix #48854
This commit is contained in:
@@ -177,7 +177,7 @@
|
|||||||
if(!recipient.current_ticket)
|
if(!recipient.current_ticket)
|
||||||
new /datum/admin_help(msg, recipient, TRUE)
|
new /datum/admin_help(msg, recipient, TRUE)
|
||||||
already_logged = TRUE
|
already_logged = TRUE
|
||||||
SSblackbox.LogAhelp(recipient.current_ticket.id, "Ticket Opened", msg, null, recipient.ckey)
|
SSblackbox.LogAhelp(recipient.current_ticket.id, "Ticket Opened", msg, recipient.ckey, src.ckey)
|
||||||
|
|
||||||
to_chat(recipient, "<font color='red' size='4'><b>-- Administrator private message --</b></font>")
|
to_chat(recipient, "<font color='red' size='4'><b>-- Administrator private message --</b></font>")
|
||||||
to_chat(recipient, "<span class='adminsay'>Admin PM from-<b>[key_name(src, recipient, 0)]</b>: <span class='linkify'>[msg]</span></span>")
|
to_chat(recipient, "<span class='adminsay'>Admin PM from-<b>[key_name(src, recipient, 0)]</b>: <span class='linkify'>[msg]</span></span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user