Commit 1131c2d5 authored by mercury233's avatar mercury233

update GameMessage.SelectPlace

parent 60d35c1e
......@@ -3960,6 +3960,8 @@ public class Ocgcore : ServantWithCardDescription
binaryMaster = new BinaryMaster();
player = r.ReadByte();
min = r.ReadByte();
//TODO: can cancel
if (min == 0) min = 1;
int _field = ~r.ReadInt32();
if (Program.I().setting.setting.hand.value == true || Program.I().setting.setting.handm.value == 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