mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] Fixes admin recipients seeing double pm messages [MDB IGNORE] (#15424)
* Fixes admin recipients seeing double pm messages (#68977) * Fixes admin recipients seeing double pm messages Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user