This commit is contained in:
Anuken
2020-10-02 23:15:52 -04:00
parent 99bc330ce4
commit 7a307bbe9c
8 changed files with 23 additions and 18 deletions

View File

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