mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fix formatting of TreeFeller threshold locale key
This commit is contained in:
@ -84,7 +84,7 @@ public class WoodcuttingManager extends SkillManager {
|
||||
if (Woodcutting.treeFellerReachedThreshold) {
|
||||
Woodcutting.treeFellerReachedThreshold = false;
|
||||
|
||||
player.sendMessage(LocaleLoader.getString("Woodcutting.Skills.TreeFellerThreshold"));
|
||||
player.sendMessage(LocaleLoader.getString("Woodcutting.Skills.TreeFeller.Threshold"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user