aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
diff options
context:
space:
mode:
authorDoKM <mcazzyman@gmail.com>2021-07-19 10:22:38 +0200
committerDoKM <mcazzyman@gmail.com>2021-07-19 10:22:38 +0200
commit98f1cb2b6bda27a3b6c39a495570fa1fc742b793 (patch)
tree68e612efc1b14c084407f35c472e0198b2b62542 /src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
parent095a4425bd35a78a260d659e02349d58c0507d2c (diff)
parentff2829153c14e0f7ca655bfd4ef64bffae3212b2 (diff)
downloadnotenoughupdates-98f1cb2b6bda27a3b6c39a495570fa1fc742b793.tar.gz
notenoughupdates-98f1cb2b6bda27a3b6c39a495570fa1fc742b793.tar.bz2
notenoughupdates-98f1cb2b6bda27a3b6c39a495570fa1fc742b793.zip
Merge remote-tracking branch 'Moulberry/master'
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.java2
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());