forked from External/mage
More draft stability (#9718)
This commit is contained in:
parent
3a036fe52a
commit
0627dc4640
3 changed files with 20 additions and 4 deletions
|
|
@ -304,7 +304,9 @@
|
|||
countdown.start();
|
||||
}
|
||||
|
||||
SessionHandler.setBoosterLoaded(draftId); // confirm to the server that the booster has been loaded
|
||||
if (!draftBooster.isEmptyGrid()) {
|
||||
SessionHandler.setBoosterLoaded(draftId); // confirm to the server that the booster has been successfully loaded, otherwise the server will re-send the booster
|
||||
}
|
||||
}
|
||||
|
||||
private void loadCardsToPickedCardsArea(SimpleCardsView pickedCards) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue