Commit 5020d1d3 authored by nanahira's avatar nanahira

Merge branch 'no-errmsg' into doom-pot

parents dc0a786e a8aa582b
......@@ -30,12 +30,12 @@ namespace WindBot.Game
/// </summary>
public void OnRetry()
{
_dialogs.SendSorry();
//_dialogs.SendSorry();
}
public void OnDeckError(string card)
{
_dialogs.SendDeckSorry(card);
//_dialogs.SendDeckSorry(card);
}
/// <summary>
......
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