From 3cc5ec57b8e77eda233cc7baf3408d3c63092621 Mon Sep 17 00:00:00 2001 From: Skillet Date: Wed, 8 Mar 2023 17:14:41 -0500 Subject: [PATCH] Update db-log-addOn.js --- squadjsPlugins/db-log-addOn.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/squadjsPlugins/db-log-addOn.js b/squadjsPlugins/db-log-addOn.js index b90be0f..8fbbe49 100644 --- a/squadjsPlugins/db-log-addOn.js +++ b/squadjsPlugins/db-log-addOn.js @@ -200,6 +200,12 @@ export default class DBLogPlayerTime extends DBLog { await this.updateCurrentTimeState(curDateTime, this.seeding, ServerState.seeding); } } + + async onNewGame(info){ + await super.onNewGame(info); + + console.log(info); + } async onPlayerConnected(info) { console.log(info);