Fixed TalismanStrength error

This commit is contained in:
Auxilor
2021-02-01 16:21:34 +00:00
parent c4c3c5cb7a
commit d81f6eeaa8

View File

@@ -41,7 +41,6 @@ public class TalismanStrength {
/**
* The name.
*/
@Getter
private String name;
/**
@@ -62,6 +61,14 @@ public class TalismanStrength {
this.color = colorSupplier.get();
}
/**
* Get the name of the strength.
* @return The name.
*/
public String name() {
return name;
}
/**
* Update values.
*/