This commit is contained in:
Anuken
2020-03-21 12:08:21 -04:00
parent d831fa7ba3
commit 3563c929af
3 changed files with 2 additions and 8 deletions
@@ -27,7 +27,6 @@ public class GroundAI extends AIController{
targetClosest();
}
//attack
Tilec core = unit.closestEnemyCore();
if(core == null) return;