mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 16:29:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
6e18ef7634
commit
8c68eba943
@ -102,7 +102,7 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
console.log('last time found:', lastServerTime);
|
||||
let playerOnlineID = [];
|
||||
playerOnlineID.push(0);
|
||||
for (player of this.server.players){
|
||||
for (const player of this.server.players){
|
||||
playerOnlineID.push(player.steamID);
|
||||
}
|
||||
console.log('players online:', playerOnlineID);
|
||||
|
Loading…
Reference in New Issue
Block a user