aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 18:47:28 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 18:47:28 +0200
commit33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f (patch)
treeaeba72f265ccfbdadfb7b16f84b872223fef59d2 /src/main/java/at/hannibal2/skyhanni
parent23594521eab25c669be27436d2034979cd1538f8 (diff)
downloadskyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.tar.gz
skyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.tar.bz2
skyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.zip
Made 'Cancelled Buy Order Clipboard' default disabled
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
index 3d0a65b0d..48d32fc15 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
@@ -23,7 +23,7 @@ public class Bazaar {
@Expose
@ConfigOption(name = "Cancelled Buy Order Clipboard", desc = "Saves missing items from cancelled buy orders to clipboard for faster re-entry.")
@ConfigEditorBoolean
- public boolean cancelledBuyOrderClipboard = true;
+ public boolean cancelledBuyOrderClipboard = false;
@Expose
@ConfigOption(name = "Update Timer", desc = "A countdown timer for the next Bazaar data update.")