mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 11:44:42 +02:00
And a little more...
This commit is contained in:
@ -591,9 +591,7 @@ public final class CombatUtils {
|
||||
if (tamer instanceof Player) {
|
||||
Player owner = (Player) tamer;
|
||||
|
||||
if (owner == attacker || PartyManager.inSameParty(attacker, owner)) {
|
||||
return true;
|
||||
}
|
||||
return (owner == attacker || PartyManager.inSameParty(attacker, owner));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user