Commit 6c5432ef authored by nanahira's avatar nanahira

fix

parent 1a566f86
......@@ -88,6 +88,7 @@ public class MyCardHelper {
fail_reason = e.Message;
return false;
}
fail_reason = null;
return true;
}
......@@ -125,6 +126,7 @@ public class MyCardHelper {
fail_reason = e.Message;
return null;
}
fail_reason = null;
return ret;
}
}
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