Updated license
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user