mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix chemlight supplyCreate UBC (#4314)
This commit is contained in:
parent
b134c06f5e
commit
62bb1db705
@ -179,7 +179,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
|
||||
class O_supplyCrate_F: ReammoBox_F {
|
||||
class O_supplyCrate_F: B_supplyCrate_F {
|
||||
class TransportItems {
|
||||
MACRO_ADDITEM(ACE_Chemlight_Shield,12);
|
||||
};
|
||||
@ -197,7 +197,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
|
||||
class I_supplyCrate_F: ReammoBox_F {
|
||||
class I_supplyCrate_F: B_supplyCrate_F {
|
||||
class TransportItems {
|
||||
MACRO_ADDITEM(ACE_Chemlight_Shield,12);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user