Change feature loading to work with new AcediaCore
This commit is contained in:
parent
e2eedc1d28
commit
f94103f382
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ private final function LaunchServicesAndFeatures(class<_manifest> manifestClass)
|
||||||
for (i = 0; i < manifestClass.default.features.length; i += 1)
|
for (i = 0; i < manifestClass.default.features.length; i += 1)
|
||||||
{
|
{
|
||||||
if (manifestClass.default.features[i] == none) continue;
|
if (manifestClass.default.features[i] == none) continue;
|
||||||
manifestClass.default.features[i].static.StaticConstructor();
|
manifestClass.default.features[i].static.LoadConfigs();
|
||||||
autoConfigName =
|
autoConfigName =
|
||||||
manifestClass.default.features[i].static.GetAutoEnabledConfig();
|
manifestClass.default.features[i].static.GetAutoEnabledConfig();
|
||||||
if (autoConfigName != none) {
|
if (autoConfigName != none) {
|
||||||
|
|
|
||||||
Reference in a new issue