From 6fedab417d5375bd980f0ee7f3258fcd33b9af4f Mon Sep 17 00:00:00 2001 From: Skillet Date: Thu, 16 Feb 2023 02:02:17 -0500 Subject: [PATCH] Update db-log-addOn.js --- squadjsPlugins/db-log-addOn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/squadjsPlugins/db-log-addOn.js b/squadjsPlugins/db-log-addOn.js index 8fb6d6a..d27b64d 100644 --- a/squadjsPlugins/db-log-addOn.js +++ b/squadjsPlugins/db-log-addOn.js @@ -95,6 +95,7 @@ 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');