diff options
-rw-r--r-- | mbbsd/chess.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c index 56124c42..26f82354 100644 --- a/mbbsd/chess.c +++ b/mbbsd/chess.c @@ -963,8 +963,6 @@ ChessGenLogUser(ChessInfo* info, ChessGameResult result) sethomedir(fname, cuser.userid); append_record_forward(fname, &log_header, sizeof(log_header), cuser.userid); - - mailalert(cuser.userid); } } |