diff options
author | Roman / Nea <roman.graef@gmail.com> | 2022-07-06 15:14:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 15:14:00 +0200 |
commit | de1c45f8d3b3e88eda79a5252fe81acc4bd30b7a (patch) | |
tree | 2704c01c70891b1e16bec5004da7677802c07034 | |
parent | 64e1c0c3ce8909119bd87f1dce60dc43aa7e1317 (diff) | |
download | NotEnoughUpdates-de1c45f8d3b3e88eda79a5252fe81acc4bd30b7a.tar.gz NotEnoughUpdates-de1c45f8d3b3e88eda79a5252fe81acc4bd30b7a.tar.bz2 NotEnoughUpdates-de1c45f8d3b3e88eda79a5252fe81acc4bd30b7a.zip |
On by default
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java index e8b6474d..08ae5745 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java @@ -221,6 +221,6 @@ public class Misc { desc = "§7Replace calculations like §9\"1+2\"§7 with the calculation result in sign popups (AH/BZ)" ) @ConfigEditorDropdown(values = {"Off", "Enabled with ! Prefix", "Always enabled"}) - public int calculationMode = 0; + public int calculationMode = 2; } |