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[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
requiredAddons[] = {"ace_common"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};