mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update for ACE_Extensions changes and add warning to ace_common
This commit is contained in:
parent
1ad36a7bd5
commit
2e0ca76fe9
@ -1,7 +1,7 @@
|
|||||||
ace_artillerytables
|
ace_artillerytables
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Universal artillertables.
|
Universal artillery rangetables.
|
||||||
|
|
||||||
#### Items Added:
|
#### Items Added:
|
||||||
`ACE_artilleryTable`
|
`ACE_artilleryTable`
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user