mirror of
https://github.com/correl/mage.git
synced 2025-04-11 17:00:08 -09:00
Fixed Issue 256.
This commit is contained in:
parent
04e1d7efe2
commit
ef1fa35555
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
combat.hideDialog();
|
||||
MageFrame.getDesktop().add(pickNumber, JLayeredPane.POPUP_LAYER);
|
||||
|
||||
this.feedbackPanel.setConnectedChatPanel(this.gameChatPanel);
|
||||
this.feedbackPanel.setConnectedChatPanel(this.userChatPanel);
|
||||
|
||||
//FIXME: remove from here
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue