mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 15:19:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
0d6766e804
commit
3cc5ec57b8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user