This commit is contained in:
Anuken
2020-08-11 11:18:32 -04:00
parent 2b96d30255
commit d85f6c72eb
2 changed files with 4 additions and 8 deletions

View File

@@ -91,8 +91,7 @@ public class Team implements Comparable<Team>{
return state.teams.get(this);
}
public @Nullable
CoreBuild core(){
public @Nullable CoreBuild core(){
return data().core();
}