add maglite to config, add missing quotes

This commit is contained in:
bux 2019-11-21 18:30:39 +01:00
parent c28b5af1a2
commit 5e45e85af8

View File

@ -7,12 +7,13 @@ class CfgPatches {
weapons[] = {
"ACE_Flashlight_MX991",
"ACE_Flashlight_KSF1",
"ACE_Flashlight_XL50"
"ACE_Flashlight_XL50",
"ACE_Flashlight_Maglite_ML300L"
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"voiper, bux"};
authors[] = {"voiper", "bux"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};