mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
formating
This commit is contained in:
parent
86ad2ab415
commit
a4c848a090
@ -40,13 +40,13 @@ if (!hasInterface) exitWith {};
|
|||||||
ACE_LOGWARNING_2("Weapon Mod [%1] missing ace compat pbo [%2] (from @ace\optionals)",_modPBO,_compatPBO);
|
ACE_LOGWARNING_2("Weapon Mod [%1] missing ace compat pbo [%2] (from @ace\optionals)",_modPBO,_compatPBO);
|
||||||
};
|
};
|
||||||
} forEach [
|
} forEach [
|
||||||
["RH_acc","ace_compat_rh_acc"],
|
["RH_acc","ace_compat_rh_acc"],
|
||||||
["RH_de_cfg","ace_compat_rh_de"],
|
["RH_de_cfg","ace_compat_rh_de"],
|
||||||
["RH_m4_cfg","ace_compat_rh_m4"],
|
["RH_m4_cfg","ace_compat_rh_m4"],
|
||||||
["RH_PDW","ace_compat_rh_pdw"],
|
["RH_PDW","ace_compat_rh_pdw"],
|
||||||
["RKSL_PMII","ace_compat_rksl_pm_ii"],
|
["RKSL_PMII","ace_compat_rksl_pm_ii"],
|
||||||
["iansky_opt","ace_compat_sma3_iansky"],
|
["iansky_opt","ace_compat_sma3_iansky"],
|
||||||
["R3F_Armes","ace_compat_r3f"]
|
["R3F_Armes","ace_compat_r3f"]
|
||||||
];
|
];
|
||||||
}] call EFUNC(common,addEventHandler);
|
}] call EFUNC(common,addEventHandler);
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
class CfgSettings {
|
class CfgSettings {
|
||||||
class CBA {
|
class CBA {
|
||||||
class Versioning {
|
class Versioning {
|
@ -586,6 +586,6 @@ class CfgMods {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgDependencies.hpp"
|
#include "CfgSettings.hpp"
|
||||||
#include "CfgModuleCategories.hpp"
|
#include "CfgModuleCategories.hpp"
|
||||||
#include "CfgVehicleClasses.hpp"
|
#include "CfgVehicleClasses.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user