mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Combat skills should work on wild wolves / cats
Bug introduced in my previous commit
This commit is contained in:
parent
b779258d69
commit
37395a70e6
@ -73,7 +73,8 @@ public final class CombatUtils {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (ItemUtils.isSword(heldItem)) {
|
|
||||||
|
if (ItemUtils.isSword(heldItem)) {
|
||||||
if (targetIsPlayer || targetIsTamedPet) {
|
if (targetIsPlayer || targetIsTamedPet) {
|
||||||
if (!SkillType.SWORDS.getPVPEnabled()) {
|
if (!SkillType.SWORDS.getPVPEnabled()) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user