Commit 73905ecb authored by mercury233's avatar mercury233 Committed by GitHub

skip HINTMSG_FIELD_FIRST (#194)

parent 48108221
......@@ -1029,6 +1029,13 @@ namespace WindBot.Game
cards.Add(card);
}
if (_select_hint == 575 && cancelable) // HINTMSG_FIELD_FIRST
{
_select_hint = 0;
Connection.Send(CtosMessage.Response, -1);
return;
}
IList<ClientCard> selected = func(cards, min, max, _select_hint, cancelable);
_select_hint = 0;
......
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