mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'artilleryTables' of https://github.com/acemod/ACE3 into artilleryTables
This commit is contained in:
commit
1b5f9fb42a
@ -105,7 +105,9 @@ 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"); };
|
||||
if (isArray (configFile >> "ACE_Extensions" >> "extensions")) then {
|
||||
WARNING("extensions[] array no longer supported");
|
||||
};
|
||||
|
||||
///////////////
|
||||
// check server version/addons
|
||||
|
Loading…
Reference in New Issue
Block a user