mirror of
https://github.com/ChronosX88/psyced.git
synced 2025-01-07 08:41:48 +00:00
oops, the vDel was still in there
This commit is contained in:
parent
4dbfd9a0f4
commit
c8ff29e4d2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user