--- deliantra/server/socket/init.C 2006/12/21 23:37:06 1.28 +++ deliantra/server/socket/init.C 2006/12/22 06:02:29 1.29 @@ -173,6 +173,8 @@ void client::destroy () { + INVOKE_CLIENT (DESTROY, this); + state = ST_DEAD; socket_ev.suspend ();