Allow weapons on Miner units to function. (#5398)

`target` shouldn't affect anything because it is unused in `updateMovement()`
This commit is contained in:
MEEP of Faith
2021-06-08 11:05:56 -07:00
committed by GitHub
parent 8c1702cff5
commit 93fd3c6e18

View File

@@ -75,8 +75,4 @@ public class MinerAI extends AIController{
circle(core, unit.type.range / 1.8f);
}
}
@Override
protected void updateTargeting(){
}
}