mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-04 20:09:28 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
0d6766e804
commit
3cc5ec57b8
@ -201,6 +201,12 @@ export default class DBLogPlayerTime extends DBLog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async onNewGame(info){
|
||||||
|
await super.onNewGame(info);
|
||||||
|
|
||||||
|
console.log(info);
|
||||||
|
}
|
||||||
|
|
||||||
async onPlayerConnected(info) {
|
async onPlayerConnected(info) {
|
||||||
console.log(info);
|
console.log(info);
|
||||||
if (info.player) {
|
if (info.player) {
|
||||||
|
Loading…
Reference in New Issue
Block a user