Commit 601bd894 authored by mercury233's avatar mercury233 Committed by nanahira

format

parent 2293b442
......@@ -3997,20 +3997,19 @@ public class Ocgcore : ServantWithCardDescription
uint _field = ~r.ReadUInt32();
if (Program.I().setting.setting.hand.value == true || Program.I().setting.setting.handm.value == true || (GameMessage)p.Fuction == GameMessage.SelectDisfield)
{
ES_min = min;
for (int i = 0; i < min; i++)
{
byte[] resp = new byte[3];
uint filter;
for (int j=0; j<2; j++)
for (int j = 0; j < 2; j++)
{
resp = new byte[3];
filter = 0;
uint field;
if (j==0)
if (j == 0)
{
resp[0] = (byte)player;
field = _field & 0xffff;
......@@ -4063,8 +4062,8 @@ public class Ocgcore : ServantWithCardDescription
}
}
}
}
if ((GameMessage)p.Fuction == GameMessage.SelectPlace)
{
if (Es_selectMSGHintType == 3)
......
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