This commit is contained in:
Anuken
2020-08-26 13:56:58 -04:00
parent 0b6ef1c57c
commit fa9deece91
14 changed files with 2160 additions and 2153 deletions

View File

@@ -181,7 +181,7 @@ public class Teams{
/** @return whether this team is controlled by the AI and builds bases. */
public boolean hasAI(){
return state.rules.attackMode && team.rules().ai;
return team.rules().ai;
}
@Override