Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-08 17:14:41 -05:00 committed by GitHub
parent 0d6766e804
commit 3cc5ec57b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);