mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove misc box from gunbag CfgPatches
This commit is contained in:
parent
000e4a68e6
commit
3c6de5ad6f
@ -2,7 +2,7 @@
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {CLASSNAME, DOUBLES(CLASSNAME,Tan), ACE_Box_Misc};
|
||||
units[] = {CLASSNAME, DOUBLES(CLASSNAME,Tan)};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_interaction", "ace_movement"};
|
||||
|
Loading…
Reference in New Issue
Block a user