mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove attachments from mine detectors
When WeaponSlotsInfo was added, rifle attachments could be added to the mine detectors.
This commit is contained in:
parent
603d07ddc2
commit
589ad4d2e7
@ -31,7 +31,9 @@ class CfgWeapons {
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
class WeaponSlotsInfo: WeaponSlotsInfo {
|
||||
holsterScale = 0;
|
||||
holsterScale = 0;
|
||||
class CowsSlot {};
|
||||
class MuzzleSlot {};
|
||||
};
|
||||
};
|
||||
class ACE_VMH3: ACE_VMM3 {
|
||||
|
Loading…
Reference in New Issue
Block a user