mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
reenable pickup action, because related bug has been fixed
This commit is contained in:
parent
fa7d0df2df
commit
5711a863c6
@ -1,14 +0,0 @@
|
||||
|
||||
class CfgActions {
|
||||
// fixes pick up action on mine detectors, because all ACE items are of that simulationClass and BI doesn't seem to care
|
||||
class None;
|
||||
class TakeWeapon: None {
|
||||
show = 0;
|
||||
};
|
||||
class TakeItem: None {
|
||||
show = 0;
|
||||
};
|
||||
class TakeMagazine: None {
|
||||
show = 0;
|
||||
};
|
||||
};
|
@ -86,7 +86,6 @@ class ACE_newEvents {
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
|
||||
#include "CfgActions.hpp"
|
||||
#include "CfgMoves.hpp"
|
||||
#include "CfgVoice.hpp"
|
||||
#include "CfgUnitInsignia.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user