Commit af5a9bfc authored by mercury233's avatar mercury233

fix clientcard update location

parent 042bc827
...@@ -88,7 +88,7 @@ namespace WindBot.Game ...@@ -88,7 +88,7 @@ namespace WindBot.Game
if ((flag & (int)Query.Position) != 0) if ((flag & (int)Query.Position) != 0)
{ {
Controller = duel.GetLocalPlayer(packet.ReadByte()); Controller = duel.GetLocalPlayer(packet.ReadByte());
Location = packet.ReadByte(); Location = (CardLocation)packet.ReadByte();
Sequence = packet.ReadByte(); Sequence = packet.ReadByte();
Position = packet.ReadByte(); Position = packet.ReadByte();
} }
......
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