Add missing Axes locale string

* Somehow, the message notifying a player that he was struck by Skull
Splitter wasn't in the locale files anymore.
 * Re-added this string and renamed it.
 * Fixes #1271
This commit is contained in:
TfT_02
2013-07-15 13:18:03 +02:00
parent 18a5ec73d7
commit 696e82e622
3 changed files with 3 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public final class CombatUtils {
case AXES:
if (entity instanceof Player) {
((Player) entity).sendMessage(LocaleLoader.getString("Axes.Combat.Cleave.Struck"));
((Player) entity).sendMessage(LocaleLoader.getString("Axes.Combat.SS.Struck"));
}
break;