mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed condition for deck manipulation report.
This commit is contained in:
parent
a439f30c21
commit
d7ee6db923
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ public class TableController {
|
|||
}
|
||||
Deck deck = Deck.load(deckList, false, false);
|
||||
validDeck = updateDeck(userId, playerId, deck);
|
||||
if (!validDeck) {
|
||||
if (!validDeck && getTableState() == TableState.SIDEBOARDING) {
|
||||
logger.warn(" userId: " + userId + " - Modified deck card list!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue