fixes a minor mishap with ghostize in admin ghost drops

This commit is contained in:
MrStonedOne
2015-04-14 07:21:23 -07:00
parent f2e2940255
commit e1338fed2b

View File

@@ -883,7 +883,7 @@ proc/kick_clients_in_lobby(var/message, var/kick_only_afk = 0)
if (ask != "Yes")
return 1
ghostize(tomob,0)
tomob.ghostize(0)
message_admins("<span class='adminnotice'>[key_name_admin(usr)] has put [frommob.ckey] in control of [tomob.name].</span>")
log_admin("[key_name(usr)] stuffed [frommob.ckey] into [tomob.name].")