summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 6779f456..e9f043fd 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -776,7 +776,7 @@ mainloop(int s, chcusr_t *user1, chcusr_t *user2, board_t board, play_func_t pla
}
user1->lose--;
chcusr_put(cuser, user1);
-// passwd_update(usernum, &cuser);
+ passwd_update(usernum, cuser);
}
else if (chc_mode & CHC_WATCH) {
strlcpy(chc_warnmsg, "µ²§ôÆ[´Ñ", sizeof(chc_warnmsg));