Fixes ckey transfers making keys lowercase

This commit is contained in:
ariaworld
2024-11-21 20:09:44 +01:00
parent aa4ab29d97
commit 4ea62745cf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@
log_admin("[key_name(usr)] stuffed [frommob.key] into [tomob.name].")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Ghost Drag Control")
tomob.ckey = frommob.ckey
tomob.key = frommob.key
qdel(frommob)
return TRUE