* Added missing function for the auto save game log function.

This commit is contained in:
LevelX2 2013-09-30 11:21:32 +02:00
parent 00b4090f55
commit 44ccb830b7
3 changed files with 7 additions and 7 deletions

View file

@ -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;