[Bruteforcer] SiestaGuru: Found another issue, the specs say that units in space are shared, but the mars player doesn't seem to be able to see them. This code execute by the mars player never shows anything in the logs:
[Bruteforcer] SiestaGuru:
VecUnit v = Player.gc.units();
for(long i = 0 ; i < v.size(); i++){
if(v.get(i).location().isInSpace()){
System.out.println("Found space unit");
}
}
[Bruteforcer] SiestaGuru: Found another issue, the specs say that units in space are shared, but the mars player doesn't seem to be able to see them. This code execute by the mars player never shows anything in the logs: [Bruteforcer] SiestaGuru:
I'll take a look at this later.