summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/card.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/card.c b/mbbsd/card.c
index bcaf652d..9d389442 100644
--- a/mbbsd/card.c
+++ b/mbbsd/card.c
@@ -72,8 +72,8 @@ void card_end_game()
void card_anti_bot_sleep()
{
- // sleep 0.5 sec
- usleep(500000);
+ // sleep 0.2 sec
+ usleep(200000);
}
//////////////////////////////////////////////////////