Commit 4a8351df authored by mercury233's avatar mercury233

Merge branch 'master' of https://github.com/IceYGO/windbot

parents 769c7107 eacb8d58
...@@ -88,7 +88,7 @@ namespace WindBot.Game ...@@ -88,7 +88,7 @@ namespace WindBot.Game
ClientCard card = cards[seq]; ClientCard card = cards[seq];
if (card == null || subSeq >= card.Overlays.Count) if (card == null || subSeq >= card.Overlays.Count)
return null; return null;
return null; // TODO card.Overlays[subSeq] return new ClientCard(card.Overlays[subSeq], CardLocation.Overlay, 0, 0);
} }
return cards[seq]; return cards[seq];
......
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