mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[MIRROR] Possesing a mob no longer lowercases your ckey in admin messages [MDB IGNORE] (#10357)
* Possesing a mob no longer lowercases your ckey in admin messages #63686 * Possesing a mob no longer lowercases your ckey in admin messages Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
@@ -173,7 +173,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
var/mob/adminmob = mob
|
||||
if(M.ckey)
|
||||
M.ghostize(FALSE)
|
||||
M.ckey = ckey
|
||||
M.key = key
|
||||
init_verbs()
|
||||
if(isobserver(adminmob))
|
||||
qdel(adminmob)
|
||||
|
||||
Reference in New Issue
Block a user