Commit 5b1847aa authored by nanahira's avatar nanahira

fix

parent d3533257
...@@ -8815,7 +8815,7 @@ public class Ocgcore : ServantWithCardDescription ...@@ -8815,7 +8815,7 @@ public class Ocgcore : ServantWithCardDescription
void onDuelResultConfirmed() void onDuelResultConfirmed()
{ {
/*if (Program.I().room.duelEnded == true || surrended || TcpHelper.tcpClient == null || TcpHelper.tcpClient.Connected == false) if (Program.I().room.duelEnded == true || surrended || TcpHelper.tcpClient == null || TcpHelper.tcpClient.Connected == false)
{ {
surrended = false; surrended = false;
Program.I().room.duelEnded = false; Program.I().room.duelEnded = false;
...@@ -8823,7 +8823,7 @@ public class Ocgcore : ServantWithCardDescription ...@@ -8823,7 +8823,7 @@ public class Ocgcore : ServantWithCardDescription
Program.I().room.sideWaitingObserver = false; Program.I().room.sideWaitingObserver = false;
onExit(); onExit();
return; return;
} */ }
if (Program.I().room.needSide == true) if (Program.I().room.needSide == true)
{ {
......
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