diff options
| author | BuildTools <james.jenour@protonmail.com> | 2021-07-19 16:19:14 +0800 |
|---|---|---|
| committer | BuildTools <james.jenour@protonmail.com> | 2021-07-19 16:19:14 +0800 |
| commit | ff2829153c14e0f7ca655bfd4ef64bffae3212b2 (patch) | |
| tree | c3855dbc8775fa082b101c5acd818dc63a306b36 /src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java | |
| parent | 48f309c1676626e0c8d0128220e50e51247c9abb (diff) | |
| download | notenoughupdates-ff2829153c14e0f7ca655bfd4ef64bffae3212b2.tar.gz notenoughupdates-ff2829153c14e0f7ca655bfd4ef64bffae3212b2.tar.bz2 notenoughupdates-ff2829153c14e0f7ca655bfd4ef64bffae3212b2.zip | |
PRE29
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java index acdd4cb4..37e9c600 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java @@ -67,7 +67,7 @@ import java.util.regex.Pattern; public class Utils { - private static boolean hasEffectOverride = false; + public static boolean hasEffectOverride = false; public static boolean disableCustomDungColours = false; private static LinkedList<Integer> guiScales = new LinkedList<>(); private static ScaledResolution lastScale = new ScaledResolution(Minecraft.getMinecraft()); |
