mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06: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;
|
||||
}
|
||||
}
|
||||
else if (ItemUtils.isSword(heldItem)) {
|
||||
|
||||
if (ItemUtils.isSword(heldItem)) {
|
||||
if (targetIsPlayer || targetIsTamedPet) {
|
||||
if (!SkillType.SWORDS.getPVPEnabled()) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user