Fix config

This commit is contained in:
PabstMirror 2015-01-14 05:21:47 -06:00
parent cb9b38bca2
commit 7b49e06b0d

View File

@ -5,12 +5,10 @@ class CfgPatches {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {AGM_Core}; requiredAddons[] = {"ace_common"};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
author[] = {"commy2"}; author[] = {"commy2"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
}; };
}; };