mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
author aircraft
This commit is contained in:
parent
f358d099e6
commit
075556c233
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"KoffeinFlummi","Crusty"};
|
||||
author[] = {"KoffeinFlummi","Crusty","commy2"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,13 +0,0 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class DOUBLES(ADDON,heli1) {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {QUOTE(ADDON)};
|
||||
author[] = {"commy2"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
@ -1 +0,0 @@
|
||||
#include "\z\ace\addons\aircraft\script_component.hpp"
|
Loading…
Reference in New Issue
Block a user