Commit ebfc2c37 authored by mercury233's avatar mercury233 Committed by nanahira

update GameMessage.SelectPlace

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