mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix ace ammo box doesn't show up in zeus
This commit is contained in:
parent
28a8fbc4fe
commit
d6f2ac95dd
@ -9,7 +9,7 @@ class CfgVehicles {
|
||||
//hitPart = "systemChat str _this";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class NATO_Box_Base;
|
||||
class Box_NATO_Wps_F: NATO_Box_Base {
|
||||
class TransportMagazines {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {"ACE_TargetWall"};
|
||||
units[] = {"ACE_TargetWall","ACE_Box_Ammo"};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
|
Loading…
Reference in New Issue
Block a user