mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix for trace util
This commit is contained in:
parent
b69e23f4b8
commit
cb63af7559
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ public class TraceUtil {
|
|||
if (hasFlying(attacker)) {
|
||||
for (UUID blockerId : group.getBlockers()) {
|
||||
Permanent blocker = game.getPermanent(blockerId);
|
||||
//if (blocker != null && !hasFlying(blocker) && !hasReach(blocker)) {
|
||||
if (blocker != null && !hasFlying(blocker) && !hasReach(blocker)) {
|
||||
log.warn("Found non-flying non-reach creature blocking creature with flying");
|
||||
traceCombat(game, attacker, blocker);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (hasUnblockable(attacker)) {
|
||||
|
|
Loading…
Reference in a new issue