迫真修复M870的卡住

This commit is contained in:
Atsuihsio 2024-11-09 23:29:49 +08:00
parent f945dde2e2
commit ee848d5e1c

View file

@ -549,7 +549,7 @@ public class GunEventHandler {
} }
// 强制停止换弹进入三阶段 // 强制停止换弹进入三阶段
if (tag.getBoolean("force_stop")) { if (tag.getBoolean("force_stop") && tag.getInt("ammo") > 1) {
tag.putBoolean("stop", true); tag.putBoolean("stop", true);
} }