mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fixed minor bug causing mirror match in limited draft mode
This commit is contained in:
@@ -133,7 +133,7 @@ public class ControlDraft {
|
||||
});
|
||||
|
||||
Constant.Runtime.HUMAN_DECK[0] = human;
|
||||
Constant.Runtime.COMPUTER_DECK[0] = opponentDecks[aiIndex];
|
||||
Constant.Runtime.COMPUTER_DECK[0] = opponentDecks[aiIndex+1]; //zero is human deck, so it must be +1
|
||||
|
||||
if (Constant.Runtime.COMPUTER_DECK[0] == null) {
|
||||
throw new IllegalStateException("startButton() error - computer deck is null");
|
||||
|
||||
Reference in New Issue
Block a user