Update db-log-addOn.js

This commit is contained in:
Skillet 2023-02-17 02:37:09 -05:00 committed by GitHub
parent 02cf7fae4e
commit a29b3199f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,6 @@ export default class DBLogPlayerTime extends DBLog {
async onUpdatedA2SInformation(info) {
await super.onUpdatedA2SInformation(info);
console.log(info);
if((this.seeding == true) && (info.a2sPlayerCount >= this.options.seedingThreshold)){
console.log('switching to Live');