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
02cf7fae4e
commit
a29b3199f6
@ -95,7 +95,6 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
|
||||
async onUpdatedA2SInformation(info) {
|
||||
await super.onUpdatedA2SInformation(info);
|
||||
console.log(info);
|
||||
|
||||
if((this.seeding == true) && (info.a2sPlayerCount >= this.options.seedingThreshold)){
|
||||
console.log('switching to Live');
|
||||
|
Loading…
Reference in New Issue
Block a user