diff options
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 9bc5d51c..961074bd 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3065,7 +3065,7 @@ b_config(void) prints( " " ANSI_COLOR(1;36) "1" ANSI_RESET " - 未滿十八歲 " ANSI_COLOR(1) "%s" ANSI_RESET - " 進入", + " 進入\n", (bp->brdattr & BRD_OVER18) ? "不可以" : "可以" ); prints( " " ANSI_COLOR(1;36) "y" ANSI_RESET |