迫真修复M870的卡住
This commit is contained in:
parent
f945dde2e2
commit
ee848d5e1c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue