红中机器人出牌延时调整
parent
a03b28196d
commit
44e38446c7
|
|
@ -412,7 +412,8 @@ public class HuNanHongZhong {
|
|||
System.out.println("目前机器人剩余手牌:" + hongZhongCardInhand.toString());
|
||||
params.putString("session", session + "," + token);
|
||||
|
||||
int ot = new Random().nextInt(5);
|
||||
//缩短出牌延时
|
||||
int ot = new Random().nextInt(3);
|
||||
Thread.sleep(ot * 1000);
|
||||
|
||||
client.send("611", params, response -> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue