Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit f75b0f6

Browse files
committed
[update] syncmaticaRemoveNeedShift
# fix + syncmaticaRemoveNeedShift (>_<)
1 parent e94729b commit f75b0f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/taichiserver/taichitweaks/mixins/syncmaticaRemove/ExchangeTargetMixin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ private void onRemoveAction(Identifier id, PacketByteBuf packetBuf, Context cont
2020
if(Configs.Generic.SYNCMATICA_REMOVE_DISABLED.getBooleanValue()){
2121
ci.cancel();
2222
} else if (Configs.Generic.SYNCMATICA_REMOVE_NEED_SHIFT.getBooleanValue()) {
23-
if(!GuiBase.isShiftDown()) return;
24-
ci.cancel();
23+
if(!GuiBase.isShiftDown()) ci.cancel();
2524
}
2625
}
2726
}

0 commit comments

Comments
 (0)