EOS integration - bug fix

This commit is contained in:
Skillet 2023-12-12 17:31:32 -05:00
parent 7b141add3e
commit bacc90bf82

View File

@ -73,6 +73,7 @@ export default class SquadServer extends EventEmitter {
this.admins = await fetchAdminLists(this.options.adminLists); this.admins = await fetchAdminLists(this.options.adminLists);
await this.rcon.connect(); await this.rcon.connect();
await this.updateLayerList();
await this.logParser.watch(); await this.logParser.watch();
await this.updateSquadList(); await this.updateSquadList();