shift上传逻辑反转
This commit is contained in:
parent
0db3442d44
commit
0cc45162be
|
|
@ -104,8 +104,8 @@ public abstract class ContainerPatternEncodingTermMenuMixin implements IActionHo
|
|||
if (!(this.epp$player instanceof ServerPlayer sp)) {
|
||||
return; // 仅服务器执行
|
||||
}
|
||||
if (!this.eap$consumeShiftUploadFlag()) {
|
||||
return; // 未按下 Shift,不自动上传
|
||||
if (this.eap$consumeShiftUploadFlag()) {
|
||||
return; // 按下 Shift,不自动上传
|
||||
}
|
||||
var menu = (PatternEncodingTermMenu) (Object) this;
|
||||
if (menu.getMode() != EncodingMode.CRAFTING
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user