forked from External/mage
* Added missing function for the auto save game log function.
This commit is contained in:
parent
00b4090f55
commit
44ccb830b7
3 changed files with 7 additions and 7 deletions
|
|
@ -1245,6 +1245,10 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
hoverButtons.put(name, button);
|
||||
}
|
||||
|
||||
public String getGameLog() {
|
||||
return gameChatPanel.getText();
|
||||
}
|
||||
|
||||
private mage.client.components.ability.AbilityPicker abilityPicker;
|
||||
private mage.client.cards.BigCard bigCard;
|
||||
private javax.swing.JButton btnConcede;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue