Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-02 04:53:27 -05:00 committed by GitHub
parent 4f0612fab7
commit b2ca04840c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ export default class DBLogPlayerTime extends DBLog {
);
let lastServerTime = lastTickTime.time;
let playerOnlineID = [];
console.log(this.players);
for (player of this.players){
playerOnlineID.push(player.steamID);
}