Commit 1c498e49 authored by nanahira's avatar nanahira

improve

parent de6fdb19
...@@ -578,7 +578,7 @@ public class Room : WindowServantSP ...@@ -578,7 +578,7 @@ public class Room : WindowServantSP
Program.I().ocgcore.surrended = false; Program.I().ocgcore.surrended = false;
Program.I().ocgcore.returnServant = Program.I().deckManager; Program.I().ocgcore.returnServant = Program.I().deckManager;
needSide = true; needSide = true;
if(joinWithReconnect) { //Change side when reconnect if(Program.I().ocgcore.condition != Ocgcore.Condition.duel || joinWithReconnect) { //Change side when reconnect
Program.I().ocgcore.onDuelResultConfirmed(); Program.I().ocgcore.onDuelResultConfirmed();
} }
} }
......
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