1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-26 11:49:46 +01:00

Combat skills should work on wild wolves / cats

Bug introduced in my previous commit
This commit is contained in:
bm01 2013-03-03 14:38:00 +01:00
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;