mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 14:09:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
b2ca04840c
commit
7def712f2f
@ -92,8 +92,8 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
);
|
||||
let lastServerTime = lastTickTime.time;
|
||||
let playerOnlineID = [];
|
||||
console.log(this.players);
|
||||
for (player of this.players){
|
||||
let players = await this.rcon.getListPlayers();
|
||||
for (player of players){
|
||||
playerOnlineID.push(player.steamID);
|
||||
}
|
||||
const {not} = Sequelize.Op;
|
||||
|
Loading…
Reference in New Issue
Block a user