mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user