Minor logic unit rotation fix / Core capture unit derelict tareting
This commit is contained in:
@@ -97,7 +97,7 @@ public class Team implements Comparable<Team>{
|
||||
}
|
||||
|
||||
public boolean isEnemy(Team other){
|
||||
return state.teams.areEnemies(this, other);
|
||||
return this != other;
|
||||
}
|
||||
|
||||
public Seq<CoreBuild> cores(){
|
||||
|
||||
Reference in New Issue
Block a user