Update for ACE_Extensions changes and add warning to ace_common

This commit is contained in:
PabstMirror 2019-12-12 15:51:33 -06:00
parent 1ad36a7bd5
commit 2e0ca76fe9
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ace_artillerytables ace_artillerytables
========== ==========
Universal artillertables. Universal artillery rangetables.
#### Items Added: #### Items Added:
`ACE_artilleryTable` `ACE_artilleryTable`

View File

@ -15,7 +15,10 @@ class CfgPatches {
}; };
class ACE_Extensions { class ACE_Extensions {
extensions[] += {"ace_artillerytables"}; class ace_artillerytables {
windows = 1;
client = 1;
};
}; };
#include "CfgEventHandlers.hpp" #include "CfgEventHandlers.hpp"

View File

@ -105,6 +105,7 @@ if (!isServer && {_platform in ["linux", "osx"]}) then {
}; };
} forEach ("true" configClasses (configFile >> "ACE_Extensions")); } forEach ("true" configClasses (configFile >> "ACE_Extensions"));
}; };
if (isArray (configFile >> "ACE_Extensions" >> "extensions")) then { WARNING("extension[] array no longer supported"); };
/////////////// ///////////////
// check server version/addons // check server version/addons