forked from External/mage
* Client Windows - Name of game in windows sub menu is now build with player names.
This commit is contained in:
parent
5ae1f6306b
commit
eb1e8dda14
2 changed files with 18 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue