Skip to content

Commit

Permalink
Merge branch 'master' into merge-resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento authored Jun 30, 2024
2 parents 7e8392d + 3983764 commit e374dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/level/LevelsManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public void loadTopTens() {
addon.log("Generating rankings");
handler.loadObjects().forEach(il -> {
if (il.getLevel() > 0) {
// Load islands, but don't cache them
\ // Load islands, but don't cache them
addon.getIslands().getIslandById(il.getUniqueId(), false)
.ifPresent(i -> this.addToTopTen(i, il.getLevel()));
}
Expand Down

0 comments on commit e374dbd

Please sign in to comment.