And a little more...

This commit is contained in:
GJ
2013-05-22 22:30:09 -04:00
parent a82cc9609b
commit 5e00636761
6 changed files with 11 additions and 35 deletions

View File

@ -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));
}
}