diff options
author | Erymanthus <erymanthus@erymant6inchmbp.lan> | 2022-06-13 14:20:35 -0400 |
---|---|---|
committer | Erymanthus <erymanthus@erymant6inchmbp.lan> | 2022-06-13 14:20:35 -0400 |
commit | 739c493da2ebf3fa1f733fb595c76ec0d062f6d9 (patch) | |
tree | f1b7b9608468f76da4edba8ba888ef788738f861 | |
parent | 7e97500a6cb542fbbde0c5dbcdcb5487d6a29047 (diff) | |
parent | 8072c18f4b7e6e14813993f15eee60ef5b09f05d (diff) | |
download | SkyblockHud-Death-Defied-739c493da2ebf3fa1f733fb595c76ec0d062f6d9.tar.gz SkyblockHud-Death-Defied-739c493da2ebf3fa1f733fb595c76ec0d062f6d9.tar.bz2 SkyblockHud-Death-Defied-739c493da2ebf3fa1f733fb595c76ec0d062f6d9.zip |
Merge branch 'master' of https://github.com/RayDeeUx/SkyblockHud-Reborn
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java index 28e9cc6..5996c12 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java @@ -35,7 +35,7 @@ public enum Locations { BLACKSMITH("blacksmith", "Blacksmith", LocationCategory.HUB), FARMHOUSE("farmhouse", "Farmhouse", LocationCategory.HUB), WIZARDTOWER("wizardtower", "Wizard Tower", LocationCategory.HUB), - THAUMATURGIST("thaumaturgist","Thaumaturgist",LocationCategory.HUB), + THAUMATURGIST("thaumaturgist", "Thaumaturgist", LocationCategory.HUB), //THE BARN THEBARN("thebarn", "The Barn", LocationCategory.BARN), WINDMILL("windmill", "Windmill", LocationCategory.BARN), |