- Suppressed debug input.

This commit is contained in:
Agetian
2017-02-05 09:31:55 +00:00
parent 787fb5313f
commit 83c05e35a5

View File

@@ -1625,7 +1625,6 @@ public class AiController {
// AI-specific restrictions specified as activation parameters in spell abilities
if (sa.hasParam("AILifeThreshold")) {
System.out.println("threshold");
if (player.getLife() <= Integer.parseInt(sa.getParam("AILifeThreshold"))) {
return false;
}