From 7f410be13d2ec78877b48a19db421f703af763dd Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Sat, 26 Apr 2025 02:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=80=8D=E9=95=9C=E5=80=8D?= =?UTF-8?q?=E7=8E=87=E5=88=87=E6=8D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/network/message/send/SwitchScopeMessage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/network/message/send/SwitchScopeMessage.java b/src/main/java/com/atsuishio/superbwarfare/network/message/send/SwitchScopeMessage.java index 37391609c..8b0c8fd69 100644 --- a/src/main/java/com/atsuishio/superbwarfare/network/message/send/SwitchScopeMessage.java +++ b/src/main/java/com/atsuishio/superbwarfare/network/message/send/SwitchScopeMessage.java @@ -29,7 +29,7 @@ public record SwitchScopeMessage(double scroll) implements CustomPacketPayload { var data = GunData.from(stack); final var tag = data.tag(); - tag.putBoolean("ScopeAlt", tag.getBoolean("ScopeAlt")); + tag.putBoolean("ScopeAlt", !tag.getBoolean("ScopeAlt")); data.save(); }