mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix interaction and overheating headers
This commit is contained in:
parent
c2fe2ed745
commit
9408363706
@ -6,9 +6,9 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.60;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
version = "0.95";
|
||||
versionStr = "0.95";
|
||||
versionAr[] = {0,95,0};
|
||||
version = QUOTE(VERSION);
|
||||
versionStr = QUOTE(VERSION);
|
||||
versionAr[] = { VERSION_AR };
|
||||
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard", "bux578"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
};
|
||||
|
@ -4,13 +4,11 @@ class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {"ACE_SpareBarrel"};
|
||||
requiredVersion = 0.60;
|
||||
requiredAddons[] = {ace_common, ace_interaction};
|
||||
version = "0.95";
|
||||
versionStr = "0.95";
|
||||
versionAr[] = {0,95,0};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user