Commit 1763a8cc authored by nanahira's avatar nanahira

fix

parent d6c25c1f
......@@ -328,7 +328,7 @@ public class SelectServer : WindowServantSP
}
Program.PrintToChat(InterString.Get("正在请求匹配。匹配类型: ") + match_type);
string pswString = mycard.requestMatch(match_type, out fail_reason);
if (!pswString) {
if (pswString == null) {
Program.PrintToChat(InterString.Get("匹配请求失败。原因: ") + fail_reason);
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