Commit 754d34d7 authored by nanahira's avatar nanahira

Merge branch 'no-errmsg' into doom-pot

parents 5020d1d3 21a209f2
Pipeline #2863 failed with stage
in 2 minutes and 25 seconds
......@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading;
using WindBot.Game.AI;
using YGOSharp.Network;
using YGOSharp.Network.Enums;
......@@ -230,6 +231,7 @@ namespace WindBot.Game
_room.IsReady[pos] = true;
BinaryWriter deck = buildUpdateDeck(pickDeckOnResult());
Connection.Send(deck);
Thread.Sleep(100);
Connection.Send(CtosMessage.HsReady);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment