aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-09-14 22:31:02 +1000
committerGitHub <noreply@github.com>2022-09-14 14:31:02 +0200
commitc0eee7a5df9239a361d5e6363a172abe32fd0e84 (patch)
tree65f72d65dc41c0df52565f532c5843ade4c3e34c /src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java
parent18255a0e473092d0f389507a19944a7ddfc8078d (diff)
downloadnotenoughupdates-c0eee7a5df9239a361d5e6363a172abe32fd0e84.tar.gz
notenoughupdates-c0eee7a5df9239a361d5e6363a172abe32fd0e84.tar.bz2
notenoughupdates-c0eee7a5df9239a361d5e6363a172abe32fd0e84.zip
added a setting to toggle hex separate from /et (#275)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java
index 39374f9d..c59a7003 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/hex/GuiCustomHex.java
@@ -243,7 +243,7 @@ public class GuiCustomHex extends Gui {
searchField.setText("");
return false;
}
- boolean config = NotEnoughUpdates.INSTANCE.config.enchantingSolvers.enableTableGUI;
+ boolean config = NotEnoughUpdates.INSTANCE.config.enchantingSolvers.enableHexGUI;
final List<String> gemList = new ArrayList<>(Arrays.asList(
"\u2764",
"\u2748",
@@ -4334,7 +4334,7 @@ public class GuiCustomHex extends Gui {
switch (index) {
case 0: {
- NotEnoughUpdates.INSTANCE.config.enchantingSolvers.enableTableGUI = false;
+ NotEnoughUpdates.INSTANCE.config.enchantingSolvers.enableHexGUI = false;
break;
}
case 2: {