Commit b8bfca47 authored by nanahira's avatar nanahira

fix

parent 6c5432ef
...@@ -320,7 +320,7 @@ public class SelectServer : WindowServantSP ...@@ -320,7 +320,7 @@ public class SelectServer : WindowServantSP
void startMyCard(string name, string password, string match_type = "entertain") { void startMyCard(string name, string password, string match_type = "entertain") {
MyCardHelper mycard = new MyCardHelper(); MyCardHelper mycard = new MyCardHelper();
Program.PrintToChat(InterString.Get("正在登录至MyCard。")); Program.PrintToChat(InterString.Get("正在登录至MyCard。"));
string fail_reason; string fail_reason = "";
bool res = mycard.login(name, password, out fail_reason); bool res = mycard.login(name, password, out fail_reason);
if (!res) { if (!res) {
Program.PrintToChat(InterString.Get("MyCard登录失败。原因: ") + fail_reason); Program.PrintToChat(InterString.Get("MyCard登录失败。原因: ") + fail_reason);
......
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