diff options
-rw-r--r-- | mbbsd/mbbsd.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 7b78e82e..40794b5a 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1003,10 +1003,12 @@ user_login() currutmp->goodsale = cuser.goodsale; currutmp->badsale = cuser.badsale; - fav_load(); - /* subscribe new fav (deprecated) */ - if (get_fav_root() != NULL) - updatenewfav(1); + if(cuser.uflag2 & FAVNEW_FLAG) { + fav_load(); + /* subscribe new fav (deprecated) */ + if (get_fav_root() != NULL) + updatenewfav(1); + } for (i = 0; i < NUMVIEWFILE; i++) if ((cuser.loginview >> i) & 1) |