Commit d9bc99cc authored by nanahira's avatar nanahira

fix

parent 7481c0b9
......@@ -318,7 +318,7 @@ public class SelectServer : WindowServantSP
}
void startMyCard(string name, string password, string match_type = "entertain") {
mycard = new MyCardHelper();
MyCardHelper mycard = new MyCardHelper();
Program.PrintToChat(InterString.Get("正在登录至MyCard。"));
string fail_reason;
bool res = mycard.login(name, password, out 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