mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ace_interaction to required
This commit is contained in:
parent
54ab834e5c
commit
aabae5a3bc
@ -5,8 +5,8 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"gpgpgpgp"};
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"gpgpgpgp", "PabstMirror"};
|
||||
authorUrl = "";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user