mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fix a bug of package importation that cause code not be able to compiled
This commit is contained in:
parent
8ac58cfc41
commit
11ed1f57d4
2 changed files with 12 additions and 15 deletions
|
|
@ -39,7 +39,7 @@ import mage.Constants.RangeOfInfluence;
|
|||
import mage.cards.decks.importer.DeckImporterUtil;
|
||||
import mage.client.MageFrame;
|
||||
import mage.client.components.MageComponents;
|
||||
import mage.client.table.TablePlayerPanel;
|
||||
import mage.client.table.*;
|
||||
import mage.client.util.Event;
|
||||
import mage.client.util.Listener;
|
||||
import mage.game.match.MatchOptions;
|
||||
|
|
@ -534,4 +534,4 @@ public class NewTableDialog extends MageDialog {
|
|||
private javax.swing.JTextField txtName;
|
||||
// End of variables declaration//GEN-END:variables
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue