mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08: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();
|
combat.hideDialog();
|
||||||
MageFrame.getDesktop().add(pickNumber, JLayeredPane.POPUP_LAYER);
|
MageFrame.getDesktop().add(pickNumber, JLayeredPane.POPUP_LAYER);
|
||||||
|
|
||||||
this.feedbackPanel.setConnectedChatPanel(this.gameChatPanel);
|
this.feedbackPanel.setConnectedChatPanel(this.userChatPanel);
|
||||||
|
|
||||||
//FIXME: remove from here
|
//FIXME: remove from here
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue