diff options
| author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-12 10:26:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 10:26:42 -0400 |
| commit | 5041bdec5268c77638ca1d1e61093433e4d191e2 (patch) | |
| tree | 77eccbae962d0834c2140f4fe3575368405b793b /src/main/java/de/hysky/skyblocker/utils/Utils.java | |
| parent | a8ab2df5f6b1e1670269700a55e71c82f31977d6 (diff) | |
| parent | 05a0e43be26243d2b51b113decd2b1cb9ea18abb (diff) | |
| download | Skyblocker-5041bdec5268c77638ca1d1e61093433e4d191e2.tar.gz Skyblocker-5041bdec5268c77638ca1d1e61093433e4d191e2.tar.bz2 Skyblocker-5041bdec5268c77638ca1d1e61093433e4d191e2.zip | |
Merge pull request #645 from AzureAaron/glaciate-tunnels
Glacite Mining Updates & Fixes
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/utils/Utils.java')
| -rw-r--r-- | src/main/java/de/hysky/skyblocker/utils/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/utils/Utils.java b/src/main/java/de/hysky/skyblocker/utils/Utils.java index 3e3bc4af..bbee3ce1 100644 --- a/src/main/java/de/hysky/skyblocker/utils/Utils.java +++ b/src/main/java/de/hysky/skyblocker/utils/Utils.java @@ -98,7 +98,7 @@ public class Utils { } public static boolean isInDwarvenMines() { - return location == Location.DWARVEN_MINES || FabricLoader.getInstance().isDevelopmentEnvironment(); + return location == Location.DWARVEN_MINES || location == Location.GLACITE_MINESHAFT || FabricLoader.getInstance().isDevelopmentEnvironment(); } public static boolean isInTheRift() { |
