修复不能强制打断换弹的bug

This commit is contained in:
Atsuishio 2025-04-14 03:32:55 +08:00 committed by Light_Quanta
parent b95d06aab0
commit 99df19bd64
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -474,7 +474,7 @@ public class GunEventHandler {
// 强制停止换弹进入三阶段
if (data.forceStop.get() && reload.stage() == 2 && reload.iterativeLoadTimer.get() > 0) {
data.forceStop.set(true);
data.stopped.set(true);
}
// 二阶段