summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 38895a1d..d9a0d4a8 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1383,6 +1383,8 @@ hold_gamble(int ent, fileheader_t * fhdr, char *direct)
setbfile(genbuf, currboard, FN_TICKET_RECORD);
unlink(genbuf); // Ptt: 防堵利用不同id同時舉辦賭場
+ setbfile(genbuf, currboard, FN_TICKET_USER);
+ unlink(genbuf); // Ptt: 防堵利用不同id同時舉辦賭場
move(8 + i, 0);
prints("賭盤設定完成");