Update IslandLevels.java

This commit is contained in:
tastybento 2023-01-16 22:57:17 +00:00 committed by GitHub
parent 34af2dff65
commit eff2a1a08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public class IslandLevels implements DataObject {
*/
public void setTotalPoints(long totalPoints) {
this.totalPoints = totalPoints;
}
/**
* Get the maximum level ever set using {@link #setLevel(long)}