修改声音大小

This commit is contained in:
Atsuihsio 2024-05-10 16:24:36 +08:00
parent fab6ccaea1
commit 19f559d4a3
23 changed files with 1 additions and 1 deletions

View file

@ -169,8 +169,8 @@ public class GunEventHandler {
for (int index0 = 0; index0 < (int) stack.getOrCreateTag().getDouble("projectileamount"); index0++) {
gunShoot(player);
playGunSounds(player);
}
playGunSounds(player);
}
}
}