* Client Windows - Name of game in windows sub menu is now build with player names.

This commit is contained in:
LevelX2 2014-06-25 01:32:55 +02:00
parent 5ae1f6306b
commit eb1e8dda14
2 changed files with 18 additions and 2 deletions

View file

@ -62,7 +62,7 @@ public class GamePane extends MagePane {
public void showGame(UUID gameId, UUID playerId) {
this.setTitle("Game " + gameId);
this.gameId = gameId;
gamePanel.showGame(gameId, playerId);
gamePanel.showGame(gameId, playerId, this);
}
public void cleanUp() {