Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-04 10:54:13 -05:00 committed by GitHub
parent 06672d1edf
commit 75ed52848a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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