We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865fc3 commit 225cc34Copy full SHA for 225cc34
common/src/main/java/com/euphony/better_client/mixin/MerchantScreenMixin.java
@@ -67,10 +67,10 @@ public void addSpeedTradeButton(CallbackInfo ci) {
67
protected void containerTick() {
68
super.containerTick();
69
70
- this.better_client$fastTradingButton.active = false;
71
-
72
if(!config.enableFastTrading) return;
73
+ this.better_client$fastTradingButton.active = false;
+
74
Inventory inventory;
75
if (this.minecraft != null) {
76
if (this.minecraft.player != null) {
0 commit comments