CHanging how the turn ends.

This commit is contained in:
marcins78
2013-02-01 16:50:33 +00:00
parent 13da5bd248
commit e896587696

View File

@@ -19,8 +19,6 @@ public class PlayStartingFellowshipGameProcess implements GameProcess {
public void process(LotroGame game) {
String nextPlayer = _playOrder.getNextPlayer();
game.getGameState().stopAffectingCardsForCurrentPlayer();
if (nextPlayer != null) {
game.getGameState().startPlayerTurn(nextPlayer);
game.getGameState().startAffectingCardsForCurrentPlayer(game);