Commit 042bc827 authored by 小张's avatar 小张 Committed by mercury233

ClientCard Update Msg (#96)

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