Status text changed for playing.

This commit is contained in:
marcins78@gmail.com
2012-07-09 16:08:30 +00:00
parent 3b61920fa3
commit 9ce42df15b

View File

@@ -108,7 +108,7 @@ public class LotroGameMediator {
final Phase currentPhase = _lotroGame.getGameState().getCurrentPhase(); final Phase currentPhase = _lotroGame.getGameState().getCurrentPhase();
if (currentPhase == Phase.PLAY_STARTING_FELLOWSHIP || currentPhase == Phase.PUT_RING_BEARER) if (currentPhase == Phase.PLAY_STARTING_FELLOWSHIP || currentPhase == Phase.PUT_RING_BEARER)
return "Preparation"; return "Preparation";
return "Playing at sites: " + getPlayerPositions(); return "At sites: " + getPlayerPositions();
} }
public boolean isFinished() { public boolean isFinished() {