|
@@ -43,13 +43,13 @@ public final class TreeFeller {
|
|
if (treeFellerReachedThreshold) {
|
|
if (treeFellerReachedThreshold) {
|
|
treeFellerReachedThreshold = false;
|
|
treeFellerReachedThreshold = false;
|
|
|
|
|
|
- player.sendMessage(LocaleLoader.getString("Woodcutting.SkillTools.TreeFellerThreshold"));
|
|
|
|
|
|
+ player.sendMessage(LocaleLoader.getString("Woodcutting.Skills.TreeFellerThreshold"));
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
// If the tool can't sustain the durability loss
|
|
// If the tool can't sustain the durability loss
|
|
if (!handleDurabilityLoss(treeFellerBlocks, player)) {
|
|
if (!handleDurabilityLoss(treeFellerBlocks, player)) {
|
|
- player.sendMessage(LocaleLoader.getString("Woodcutting.SkillTools.TreeFeller.Splinter"));
|
|
|
|
|
|
+ player.sendMessage(LocaleLoader.getString("Woodcutting.Skills.TreeFeller.Splinter"));
|
|
|
|
|
|
int health = player.getHealth();
|
|
int health = player.getHealth();
|
|
|
|
|