Fixed web errors / Fixed IPv4 crash

This commit is contained in:
Anuken
2018-09-25 23:27:19 -04:00
parent 57fce0ddbc
commit 1160a14f56
4 changed files with 9 additions and 3 deletions

View File

@@ -78,7 +78,10 @@ public abstract class GroundUnit extends BaseUnit{
},
patrol = new UnitState(){
public void update(){
//TODO
target = getClosestCore();
if(target != null){
//circle(60f + Mathf.absin(Timers.time() + id*23525, 70f, 1200f));
}
}
},
retreat = new UnitState(){