Some clean up of the lose life framework effects.

This commit is contained in:
LevelX2 2014-03-20 13:42:46 +01:00
parent 46ce31e927
commit 79b319777f
62 changed files with 233 additions and 359 deletions

View file

@ -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<>();
}