diff options
author | RayDeeUx <RayDeeUx@users.noreply.github.com> | 2022-06-13 17:54:22 +0000 |
---|---|---|
committer | GitHub Action <actions@github.com> | 2022-06-13 17:54:22 +0000 |
commit | 8072c18f4b7e6e14813993f15eee60ef5b09f05d (patch) | |
tree | b227d02965bc869e13cbd1e561f170eaedcc00d8 | |
parent | 9da4c6e8889d6238793aba52596ccc6560dedf32 (diff) | |
download | SkyblockHud-Death-Defied-8072c18f4b7e6e14813993f15eee60ef5b09f05d.tar.gz SkyblockHud-Death-Defied-8072c18f4b7e6e14813993f15eee60ef5b09f05d.tar.bz2 SkyblockHud-Death-Defied-8072c18f4b7e6e14813993f15eee60ef5b09f05d.zip |
Prettified Code!
-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), |