mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 10:15:54 +01:00
Fix votes placeholder for members.
This commit is contained in:
parent
ecbcc0324c
commit
81f687780e
@ -136,7 +136,7 @@ public class PlaceholderProcessor {
|
||||
} else {
|
||||
returnValue = TextUtils.formatText(
|
||||
placeholdersLoad.getString("Placeholders.fabledskyblock_island_votes.Non-empty")
|
||||
.replace("{PLACEHOLDER}", "" + visitManager.getIslands().get(player.getUniqueId()).getVoters().size()));
|
||||
.replace("{PLACEHOLDER}", "" + visitManager.getIslands().get(island.getOwnerUUID()).getVoters().size()));
|
||||
}
|
||||
break;
|
||||
case "fabledskyblock_island_role":
|
||||
|
Loading…
Reference in New Issue
Block a user