Commit 402aa0e3 authored by mercury233's avatar mercury233 Committed by nanahira

fix reading SelectUnselectCard

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