aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayDeeUx <RayDeeUx@users.noreply.github.com>2022-07-02 13:49:40 +0000
committerGitHub Action <actions@github.com>2022-07-02 13:49:40 +0000
commitc5145a064cec8631d5973e9c650c9689013c0712 (patch)
tree3e59eddf850a0852fb45ecd9d15e20dc9618a7f9
parent30800c30e9cbc531935016175a8e4c233ec16b08 (diff)
downloadSkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.tar.gz
SkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.tar.bz2
SkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.zip
Prettified Code!
-rw-r--r--src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
index 9c92e44..8944e0f 100644
--- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
+++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
@@ -316,7 +316,7 @@ public class SBHConfig extends Config {
@Expose
@ConfigOption(name = "Map Locations", desc = "Drag and drop a location from this list into the trash can if you would like to disable SBH's map for that location, and use maps from other mods.")
- @ConfigEditorDraggableList(exampleText = { "Hub", "The Barn", "Mushroom Desert", "Gold Mine", "Deep Caverns (No Map Yet)", "Spider's Den", "The Park", "Crimson Isles", "Dungeon Hub", "Jerry's Workshop (WIP)", "The End", "Dwarven Mines", "Crystal Hollows"})
+ @ConfigEditorDraggableList(exampleText = { "Hub", "The Barn", "Mushroom Desert", "Gold Mine", "Deep Caverns (No Map Yet)", "Spider's Den", "The Park", "Crimson Isles", "Dungeon Hub", "Jerry's Workshop (WIP)", "The End", "Dwarven Mines", "Crystal Hollows" })
public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12));
@Expose