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

@@ -40,3 +40,5 @@ to the package as long as you don't use it as a way to circumvent the restrictio
4. By proposing a modification you agree to assign all your rights on your code to the Copyright Holder.
You must therefore own the modifications you propose or have the permission to assign their rights.
5. All modified versions of the package must also be open-source

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
};
}
}