Skip to content

Commit

Permalink
fixup after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 20, 2020
1 parent 595765e commit 4cbe211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/amidst/AmidstSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public class AmidstSettings {
@CalledOnlyBy(AmidstThread.EDT)
public AmidstSettings(Preferences preferences) {
// @formatter:off
<<<<<<< HEAD
dimension = Setting.createDimension(preferences, "dimension", Dimension.OVERWORLD);
showGrid = Setting.createBoolean( preferences, "grid", false);
showSlimeChunks = Setting.createBoolean( preferences, "slimeChunks", false);
Expand Down
1 change: 0 additions & 1 deletion src/main/java/amidst/fragment/layer/LayerBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public LayerManager create(
private List<LayerDeclaration> createDeclarations(AmidstSettings settings, List<Integer> enabledLayers) {
LayerDeclaration[] declarations = new LayerDeclaration[LayerIds.NUMBER_OF_LAYERS];
// @formatter:off
<<<<<<< HEAD
declare(settings, declarations, enabledLayers, LayerIds.ALPHA, null, false, Setting.createImmutable(true));
declare(settings, declarations, enabledLayers, LayerIds.BIOME_DATA, Dimension.OVERWORLD, false, Setting.createImmutable(true));
declare(settings, declarations, enabledLayers, LayerIds.END_ISLANDS, Dimension.END, false, Setting.createImmutable(true));
Expand Down

0 comments on commit 4cbe211

Please sign in to comment.