mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user