mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fix Serrated Strikes not processing Rupture for additional targets
This commit is contained in:
parent
e4b8b74987
commit
989f7fd51b
@ -1,4 +1,5 @@
|
|||||||
Version 2.1.196
|
Version 2.1.196
|
||||||
|
Fixed a bug where Rupture never applied to additional targets during Serrated Strikes
|
||||||
Fixed a possible null error for our SelfListener
|
Fixed a possible null error for our SelfListener
|
||||||
Crossbows can now be fished up with enchantments
|
Crossbows can now be fished up with enchantments
|
||||||
|
|
||||||
|
@ -712,7 +712,7 @@ public final class CombatUtils {
|
|||||||
NotificationManager.sendPlayerInformation((Player)entity, NotificationType.SUBSKILL_MESSAGE, "Swords.Combat.SS.Struck");
|
NotificationManager.sendPlayerInformation((Player)entity, NotificationType.SUBSKILL_MESSAGE, "Swords.Combat.SS.Struck");
|
||||||
}
|
}
|
||||||
|
|
||||||
UserManager.getPlayer(attacker).getSwordsManager().processRupture(target);
|
UserManager.getPlayer(attacker).getSwordsManager().processRupture(livingEntity);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AXES:
|
case AXES:
|
||||||
|
Loading…
Reference in New Issue
Block a user