Mob ckey sanity check now respects insano aghost code (#91517)

## About The Pull Request

I HATE THIS PLACE DUDE, aghosting sets your ckey/key to your normal
ckey/ckey but with @ prefixed. hhhhhhhhh.
This commit is contained in:
LemonInTheDark
2025-06-08 14:09:54 -07:00
committed by Roxy
parent 6b3432753c
commit d5be02ecee
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ ADMIN_VERB(cmd_admin_pm_panel, R_NONE, "Admin PM", "Show a list of clients to PM
return null
var/searching_ckey = whom
if(whom[1] == "@")
if(IS_FAKE_KEY(whom))
searching_ckey = findTrueKey(whom)
if(searching_ckey == EXTERNAL_PM_USER)