Hearing - Remove outdated 12.7x108mm audibleFire value (#9193)

* 127x108_hearing

* 127x108_hearing
This commit is contained in:
Laid3acK 2023-06-22 09:06:07 +02:00 committed by GitHub
parent 793ef7bba5
commit 626d886b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
// Setting up old stuff for A3
class CfgAmmo {
class BulletBase;
class B_127x108_Ball: BulletBase {
audibleFire = 15;
};
};

View File

@ -18,6 +18,5 @@ class CfgPatches {
#include "CfgVehicles.hpp"
#include "CfgSounds.hpp"
#include "CfgWeapons.hpp"
#include "CfgAmmo.hpp"
#include "ACE_Settings.hpp"
#include "ACE_Arsenal_Stats.hpp"