Draft stability improvements (#9435)

This commit is contained in:
sprangg 2022-09-26 00:33:16 +03:00 committed by GitHub
parent c8c663b976
commit b9530e307d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 116 additions and 4 deletions

View file

@ -144,5 +144,9 @@ public class DraftSession {
public void setMarkedCard(UUID markedCard) {
this.markedCard = markedCard;
}
public void setBoosterLoaded() {
draft.setBoosterLoaded(playerId);
}
}