ace_interaction to required

This commit is contained in:
PabstMirror 2015-01-29 01:01:58 -06:00
parent 54ab834e5c
commit aabae5a3bc

View File

@ -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;
};