forked from External/mage
server: fixed wrong cheater detection in some tourney sideboardings (closes #11877)
This commit is contained in:
parent
72cf60085c
commit
e209ce1c97
17 changed files with 146 additions and 55 deletions
|
|
@ -41,7 +41,7 @@ public interface Match {
|
|||
|
||||
void submitDeck(UUID playerId, Deck deck);
|
||||
|
||||
void updateDeck(UUID playerId, Deck deck);
|
||||
void updateDeck(UUID playerId, Deck deck, boolean ignoreMainBasicLands);
|
||||
|
||||
void startMatch();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue