Commit a8aa582b authored by nanahira's avatar nanahira

don't tell error msg

parent d63f08d3
......@@ -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