not shuffling library for tests

This commit is contained in:
magenoxx 2012-04-07 11:08:49 +04:00
parent 5ede2cb7b3
commit 89cec1c2b2

View file

@ -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