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
|
||||
==========
|
||||
|
||||
Universal artillertables.
|
||||
Universal artillery rangetables.
|
||||
|
||||
#### Items Added:
|
||||
`ACE_artilleryTable`
|
||||
|
@ -15,7 +15,10 @@ class CfgPatches {
|
||||
};
|
||||
|
||||
class ACE_Extensions {
|
||||
extensions[] += {"ace_artillerytables"};
|
||||
class ace_artillerytables {
|
||||
windows = 1;
|
||||
client = 1;
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
@ -105,6 +105,7 @@ if (!isServer && {_platform in ["linux", "osx"]}) then {
|
||||
};
|
||||
} forEach ("true" configClasses (configFile >> "ACE_Extensions"));
|
||||
};
|
||||
if (isArray (configFile >> "ACE_Extensions" >> "extensions")) then { WARNING("extension[] array no longer supported"); };
|
||||
|
||||
///////////////
|
||||
// check server version/addons
|
||||
|
Loading…
Reference in New Issue
Block a user