mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
not shuffling library for tests
This commit is contained in:
parent
5ede2cb7b3
commit
89cec1c2b2
1 changed files with 6 additions and 4 deletions
|
@ -449,8 +449,10 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
saveState();
|
||||
|
||||
//20091005 - 103.1
|
||||
if (!testMode) { //don't shuffle in test mode for card injection on top of player's libraries
|
||||
for (Player player: state.getPlayers().values()) {
|
||||
player.shuffleLibrary(this);
|
||||
}
|
||||
}
|
||||
|
||||
//20091005 - 103.2
|
||||
|
|
Loading…
Reference in a new issue