From c8ff29e4d277889e1f90414b0f0aa7c0da2fd795 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sun, 5 Apr 2009 12:57:11 +0200 Subject: [PATCH] oops, the vDel was still in there --- world/net/person.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/world/net/person.c b/world/net/person.c index 959f23c..1aca33f 100644 --- a/world/net/person.c +++ b/world/net/person.c @@ -2555,10 +2555,9 @@ quit(immediate, variant) { P3(("person:QUIT(%O,%O) in %O\n", immediate,variant, ME)) // keeping services running while logging out should be possible.. but //linkDel(0); - if (v("locations")) { + if (sizeof(v("locations"))) { + // the if should only trigger at first pass linkCleanUp(); - // so the if should only trigger at first pass - vDel("locations"); } if (immediate == 1 || (immediate && find_call_out(#'quit) != -1)) { rc = save();