forked from External/mage
Some clean up of the lose life framework effects.
This commit is contained in:
parent
46ce31e927
commit
79b319777f
62 changed files with 233 additions and 359 deletions
|
|
@ -728,5 +728,5 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
private HoverButton commandZone;
|
||||
private HoverButton enchantPlayerViewZone;
|
||||
|
||||
private Map<String, JLabel> manaLabels = new HashMap<String, JLabel>();
|
||||
private final Map<String, JLabel> manaLabels = new HashMap<>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue