No local var
This commit is contained in:
parent
f0fdcdba05
commit
3be3fdd2ea
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ public class BiomePicker {
|
|||
}
|
||||
|
||||
public void addBiome(BCLBiome biome) {
|
||||
ActualBiome a = create(biome);
|
||||
biomes.add(a);
|
||||
biomes.add(create(biome));
|
||||
}
|
||||
|
||||
public ActualBiome getBiome(WorldgenRandom random) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue