Skip to content

Commit 73c3726

Browse files
committed
Fix incorrect language message being used for Towny requirement.
1 parent 6df110b commit 73c3726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/me/armar/plugins/autorank/pathbuilder/requirement/TownyNumberOfTownBlocksRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TownyNumberOfTownBlocksRequirement extends AbstractRequirement {
1313
@Override
1414
public String getDescription() {
1515

16-
String lang = Lang.TOWNY_IS_MAYOR_REQUIREMENT.getConfigValue(numberOfTownBlocks);
16+
String lang = Lang.TOWNY_NEED_NUMBER_OF_TOWN_BLOCKS.getConfigValue(numberOfTownBlocks);
1717

1818
// Check if this requirement is world-specific
1919
if (this.isWorldSpecific()) {

0 commit comments

Comments
 (0)