Commit 4d27c377 authored by nanahira's avatar nanahira

improve

parent 378ec399
......@@ -389,7 +389,7 @@ public class Room : WindowServantSP
Program.I().ocgcore.surrended = false;
Program.I().ocgcore.returnServant = Program.I().deckManager;
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();
}
}
......
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