mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 13:19:20 -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);
|
await this.updateCurrentTimeState(curDateTime, this.seeding, ServerState.seeding);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async onNewGame(info){
|
||||||
|
await super.onNewGame(info);
|
||||||
|
|
||||||
|
console.log(info);
|
||||||
|
}
|
||||||
|
|
||||||
async onPlayerConnected(info) {
|
async onPlayerConnected(info) {
|
||||||
console.log(info);
|
console.log(info);
|
||||||
|
Loading…
Reference in New Issue
Block a user