diff --git a/squad-server/index.js b/squad-server/index.js index 0869dfe..0d06672 100644 --- a/squad-server/index.js +++ b/squad-server/index.js @@ -73,6 +73,7 @@ export default class SquadServer extends EventEmitter { this.admins = await fetchAdminLists(this.options.adminLists); await this.rcon.connect(); + await this.updateLayerList(); await this.logParser.watch(); await this.updateSquadList();