Commit 503d2e6e authored by nanahira's avatar nanahira

fix

parent b44dc77b
...@@ -193,7 +193,7 @@ public class selectDeck : WindowServantSP ...@@ -193,7 +193,7 @@ public class selectDeck : WindowServantSP
try try
{ {
YGOSharp.Deck deck; YGOSharp.Deck deck;
if(DeckManager.FromBase64toCodedDeck(result[0].value, out deck)) if(!DeckManager.FromBase64toCodedDeck(result[0].value, out deck))
{ {
RMSshow_none(InterString.Get("卡组代码无效。")); RMSshow_none(InterString.Get("卡组代码无效。"));
return; return;
......
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