Fixed TalismanStrength error
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user