Commit 9757fd85 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:moecube/windbot

parents 776abbd6 4a8351df
Pipeline #16810 passed with stages
in 1 minute and 14 seconds
......@@ -88,7 +88,7 @@ namespace WindBot.Game
ClientCard card = cards[seq];
if (card == null || subSeq >= card.Overlays.Count)
return null;
return null; // TODO card.Overlays[subSeq]
return new ClientCard(card.Overlays[subSeq], CardLocation.Overlay, 0, 0);
}
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