summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index a985c2bf..42bb48a2 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -150,10 +150,12 @@ u_exit(char *mode)
setflags(CLOAK_FLAG, currutmp->invisible);
save_brdbuf();
+#ifdef ASSESS
cuser.goodpost = currutmp->goodpost;
cuser.badpost = currutmp->badpost;
cuser.goodsale = currutmp->goodsale;
cuser.badsale = currutmp->badsale;
+#endif
cuser.invisible = currutmp->invisible;
cuser.pager = currutmp->pager;
@@ -727,10 +729,12 @@ setup_utmp(int mode)
uinfo.mode = currstat = mode;
uinfo.mailalert = load_mailalert(cuser.userid);
+#ifdef ASSESS
uinfo.goodpost = cuser.goodpost;
uinfo.badpost = cuser.badpost;
uinfo.goodsale = cuser.goodsale;
uinfo.badsale = cuser.badsale;
+#endif
uinfo.userlevel = cuser.userlevel;
uinfo.sex = cuser.sex % 8;