remove misc box from gunbag CfgPatches

This commit is contained in:
commy2 2016-06-12 14:00:55 +02:00
parent 000e4a68e6
commit 3c6de5ad6f

View File

@ -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"};