1
0
Fork 0
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:
magenoxx 2011-10-16 02:27:37 +04:00
parent 04e1d7efe2
commit ef1fa35555

View file

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