Fix formatting of TreeFeller threshold locale key

This commit is contained in:
TfT_02
2014-03-30 19:25:11 +02:00
parent c31281971c
commit e4af611c91
21 changed files with 21 additions and 21 deletions

View File

@ -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;
}