mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add maglite to config, add missing quotes
This commit is contained in:
parent
c28b5af1a2
commit
5e45e85af8
@ -7,12 +7,13 @@ class CfgPatches {
|
|||||||
weapons[] = {
|
weapons[] = {
|
||||||
"ACE_Flashlight_MX991",
|
"ACE_Flashlight_MX991",
|
||||||
"ACE_Flashlight_KSF1",
|
"ACE_Flashlight_KSF1",
|
||||||
"ACE_Flashlight_XL50"
|
"ACE_Flashlight_XL50",
|
||||||
|
"ACE_Flashlight_Maglite_ML300L"
|
||||||
};
|
};
|
||||||
requiredVersion = REQUIRED_VERSION;
|
requiredVersion = REQUIRED_VERSION;
|
||||||
requiredAddons[] = {"ace_interaction"};
|
requiredAddons[] = {"ace_interaction"};
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
authors[] = {"voiper, bux"};
|
authors[] = {"voiper", "bux"};
|
||||||
url = ECSTRING(main,URL);
|
url = ECSTRING(main,URL);
|
||||||
VERSION_CONFIG;
|
VERSION_CONFIG;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user