Commit 15acfa2d authored by mercury233's avatar mercury233

fix reading SelectUnselectCard

parent fd5699a3
...@@ -1056,8 +1056,8 @@ namespace Percy ...@@ -1056,8 +1056,8 @@ namespace Percy
{ {
int code = currentReader.ReadInt32(); int code = currentReader.ReadInt32();
int p = currentReader.ReadByte(); int p = currentReader.ReadByte();
//currentWriter.Write(((int)(p == player ? code : 0))); currentWriter.Write(((int)(p == player ? code : 0)));
//currentWriter.Write((byte)p); currentWriter.Write((byte)p);
move(3); move(3);
} }
returnValue = true; returnValue = true;
......
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