- Remove unused code.

This commit is contained in:
Agetian
2018-06-22 12:06:17 +03:00
parent bd7da33e77
commit 4498547824

View File

@@ -491,10 +491,6 @@ public class DamageDealAi extends DamageAiBase {
sa.getTargets().add(enemy);
}
return true;
} else if ("PingAfterCombat".equals(sa.getParam("AILogic"))) {
if (this.shouldTgtP(ai, sa, dmg, noPrevention)) {
}
}
if (tgt.getMaxTargets(source, sa) <= 0) {