Commit cb953941 authored by mercury233's avatar mercury233

return to select deck instead of exit

parent 84247497
Pipeline #8499 passed with stages
in 50 minutes and 30 seconds
......@@ -63,10 +63,7 @@ public class selectDeck : WindowServantSP
private void returnToSelect()
{
if (Program.exitOnReturn)
Program.I().menu.onClickExit();
else
Program.I().shiftToServant(Program.I().selectDeck);
Program.I().shiftToServant(Program.I().selectDeck);
}
public override void preFrameFunction()
......
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