Remove attachments from mine detectors

When WeaponSlotsInfo was added, rifle attachments could be added to the mine detectors.
This commit is contained in:
VKing 2016-06-11 20:47:53 +02:00
parent 603d07ddc2
commit 589ad4d2e7

View File

@ -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 {