Updated license

This commit is contained in:
Auxilor
2020-11-19 11:52:31 +00:00
parent 975fd07830
commit 78f38efd46
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public final class Plasmic extends EcoEnchant {
// START OF LISTENERS
private static Material[] items;
private static final Material[] items;
static {
if(Prerequisite.MinVer1_16.isMet()) {
@@ -42,7 +42,6 @@ public final class Plasmic extends EcoEnchant {
Material.DIAMOND_LEGGINGS,
Material.DIAMOND_BOOTS
};
}
}