mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed some match problems
This commit is contained in:
parent
7b62bbd24d
commit
e460b9af20
17 changed files with 46 additions and 40 deletions
|
|
@ -79,14 +79,17 @@ public class GamePane extends MagePane {
|
|||
|
||||
public void showGame(UUID gameId, UUID playerId) {
|
||||
gamePanel.showGame(gameId, playerId);
|
||||
this.toFront();
|
||||
}
|
||||
|
||||
public void watchGame(UUID gameId) {
|
||||
gamePanel.watchGame(gameId);
|
||||
this.toFront();
|
||||
}
|
||||
|
||||
public void replayGame() {
|
||||
gamePanel.replayGame();
|
||||
this.toFront();
|
||||
}
|
||||
|
||||
/** This method is called from within the constructor to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue