/mob/verb/diee()
ckey = null
/mob/Logout()
world.log << "logout"
..()
The 'logout' message doesn't show up when using the verb, it does if the player logs off by other means.
I was wondering if this was intended or it's a bug.
Code:
/mob/verb/diee() The 'logout' message doesn't show up when using the verb, it does if the player logs off by other means. I was wondering if this was intended or it's a bug. |
Oct 8 2014, 6:47 am
Best response
|
|
I think it could be because you're deleting the client, rather than properly removing it. But I could be wrong there.
|