Fixes admin recipients seeing double pm messages (#68977)

This commit is contained in:
LemonInTheDark
2022-08-05 06:57:56 -07:00
committed by GitHub
parent 254bbc2748
commit 4b0b64df6b
+2 -2
View File
@@ -550,8 +550,8 @@
return
var/client/recipient = ambiguious_recipient
// The ckey of our recipient
var/recipient_key = recipient?.ckey
// The key of our recipient
var/recipient_key = recipient?.key
// Shows the recipient's ckey and the name of any mob it might be possessing
var/recipient_name = key_name(recipient)
// Shows the recipient's ckey/name embedded inside a clickable link to reply to this message