mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-30 00:35:56 +01:00
Fixes ckey transfers making keys lowercase
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
client.prefs.chat_toggles ^= CHAT_OOC
|
||||
if (!(client.prefs.chat_toggles & CHAT_OOC) && isdead(new_mob))
|
||||
client.prefs.chat_toggles ^= CHAT_OOC
|
||||
new_mob.ckey = ckey
|
||||
new_mob.key = key
|
||||
if(send_signal)
|
||||
SEND_SIGNAL(src, COMSIG_MOB_KEY_CHANGE, new_mob, src)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user