diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mbbsd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index bfd8b890..e0eacb69 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -969,6 +969,10 @@ user_login() foreign_warning(); #endif passwd_update(usernum, &cuser); + currutmp->goodpost = cuser.goodpost; + currutmp->badpost = cuser.badpost; + currutmp->goodsale = cuser.goodsale; + currutmp->badsale = cuser.badsale; fav_load(); /* subscribe new fav (deprecated) */ |