aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2021-07-22 15:40:21 +0800
committerBuildTools <james.jenour@protonmail.com>2021-07-22 15:40:21 +0800
commitc1c4562b42d53ec2e8885c48f97249d7768fe1c7 (patch)
tree407c4dccbc2c9f0b89e3b211f102e48fc8af1bfa /src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
parentff2829153c14e0f7ca655bfd4ef64bffae3212b2 (diff)
downloadnotenoughupdates-c1c4562b42d53ec2e8885c48f97249d7768fe1c7.tar.gz
notenoughupdates-c1c4562b42d53ec2e8885c48f97249d7768fe1c7.tar.bz2
notenoughupdates-c1c4562b42d53ec2e8885c48f97249d7768fe1c7.zip
PRE29.05
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
index 37a60b1b..a20e5abb 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
@@ -226,7 +226,7 @@ public class StorageManager {
}
public boolean shouldRenderStorageOverlay(String containerName) {
- if(!NotEnoughUpdates.INSTANCE.config.storageGUI.enableStorageGUI) {
+ if(!NotEnoughUpdates.INSTANCE.config.storageGUI.enableStorageGUI2) {
shouldRenderStorageOverlayCached = false;
return false;
}