forked from External/mage
* Game log - Added an option to the preferences to auto save the game logs as txt files.
This commit is contained in:
parent
0e4422e5a4
commit
842c07e093
5 changed files with 275 additions and 247 deletions
|
|
@ -221,6 +221,10 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
|
||||
public String getText() {
|
||||
return txtConversation.getText();
|
||||
}
|
||||
|
||||
public ChatPanel getConnectedChat() {
|
||||
return connectedChat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue