Commit 6f30306a authored by mercury233's avatar mercury233

fix

parent d1b4aec3
......@@ -350,9 +350,9 @@ namespace WindBot.Game
//Logger.DebugWriteLine("swap " + player);
int mcount = packet.ReadByte();
int ecount = packet.ReadByte();
int pcount = packet.ReadByte();
/*int pcount = */ packet.ReadByte();
int hcount = packet.ReadByte();
int topcode = packet.ReadInt32();
/*int topcode =*/ packet.ReadInt32();
_duel.Fields[player].Deck.Clear();
for (int i = 0; i < mcount; ++i)
{
......
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