Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-20 12:17:36 -04:00 committed by GitHub
parent fc8a7d69f6
commit b2a7c7c7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ export default class DBLogPlayerTime extends DBLog {
console.log('starting to Live');
this.seeding = ServerState.live;
}
}
await super.mount();
console.log('finished mounting db-log');
this.server.on('PLAYER_CONNECTED', this.onPlayerConnected);