numShotBullets -> numFiredBullets

This commit is contained in:
kaboom 2023-03-31 04:44:55 +03:00
parent 27524ecc55
commit 756f89b283
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public final class WeaponMachineGun implements Listener {
pitch
);
numShotBullets++;
numFiredBullets++;
if (numFiredBullets >= MAX_BULLET_COUNT) {
iterator.remove();