mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 14:29:26 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
4f0612fab7
commit
b2ca04840c
@ -92,6 +92,7 @@ export default class DBLogPlayerTime extends DBLog {
|
|||||||
);
|
);
|
||||||
let lastServerTime = lastTickTime.time;
|
let lastServerTime = lastTickTime.time;
|
||||||
let playerOnlineID = [];
|
let playerOnlineID = [];
|
||||||
|
console.log(this.players);
|
||||||
for (player of this.players){
|
for (player of this.players){
|
||||||
playerOnlineID.push(player.steamID);
|
playerOnlineID.push(player.steamID);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user