mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 11:20:39 -07:00
Prefer Team#data() for team data
This commit is contained in:
parent
f4db208d75
commit
0582cfac2b
11 changed files with 12 additions and 14 deletions
|
|
@ -739,7 +739,7 @@ public class ApplicationTests{
|
|||
core.build.items.set(item, 3000);
|
||||
}
|
||||
|
||||
assertEquals(core.build, state.teams.get(Team.sharded).core());
|
||||
assertEquals(core.build, Team.sharded.data().core());
|
||||
}
|
||||
|
||||
void depositTest(Block block, Item item){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue