Commit 0a379347 authored by nanahira's avatar nanahira

test mycard

parent 2e11fb67
......@@ -206,7 +206,7 @@ public static class TcpHelper
{
if (Program.I().menu.isShowed == false)
{
Program.I().shiftToServant(Program.I().mycard.isMatchingWithMyCard ? Program.I().mycard : Program.I().selectServer);
Program.I().shiftToServant(Program.I().mycard.isMatching ? Program.I().mycard : Program.I().selectServer);
}
if (!roomListChecking)
{
......
This diff is collapsed.
......@@ -756,7 +756,7 @@ public class Ocgcore : ServantWithCardDescription
}
public void setDefaultReturnServant() {
if (Program.I().mycard.isMatchingWithMyCard) {
if (Program.I().mycard.isMatching) {
returnServant = Program.I().mycard;
} else {
returnServant = Program.I().selectServer;
......
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