compacteq: continuation of 88b4530

This commit is contained in:
Miraclx 2021-01-16 04:35:10 +01:00
parent 2c1866de30
commit 55e6c71944
No known key found for this signature in database
GPG Key ID: A9BC9FCFBEF15C92
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class FreyrCore {
}
constructor(ServiceConfig, AuthServer, serverOpts) {
ServiceConfig = ServiceConfig || {};
ServiceConfig ||= {};
this.ENGINES = FreyrCore.ENGINES.map(Engine => new Engine(ServiceConfig[Engine[symbols.meta].ID], AuthServer, serverOpts));
}