Commit af15e869 authored by mercury233's avatar mercury233

fix version

parent d470c007
...@@ -8610,14 +8610,7 @@ public class Ocgcore : ServantWithCardDescription ...@@ -8610,14 +8610,7 @@ public class Ocgcore : ServantWithCardDescription
BinaryMaster binaryMaster = new BinaryMaster(); BinaryMaster binaryMaster = new BinaryMaster();
for (int i = 0; i < allCardsInSelectMessage.Count; i++) for (int i = 0; i < allCardsInSelectMessage.Count; i++)
{ {
if (Config.ClientVersion>=0x133d) binaryMaster.writer.Write((short)allCardsInSelectMessage[i].counterSELcount);
{
binaryMaster.writer.Write((short)allCardsInSelectMessage[i].counterSELcount);
}
else
{
binaryMaster.writer.Write((byte)allCardsInSelectMessage[i].counterSELcount);
}
} }
sendReturn(binaryMaster.get()); sendReturn(binaryMaster.get());
} }
......
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