mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 15:19:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
177382a153
commit
df4b74025d
@ -107,7 +107,7 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
}
|
||||
|
||||
if(this.seeding === true && info.a2sPlayerCount >= this.options.seedingThreshold) this.seeding = false;
|
||||
else if(this.seeding === false && info.a2sPlayerCount-20 < this.options.seedingThreshold) this.seeding = true;
|
||||
else if(this.seeding === false && (info.a2sPlayerCount-20) < this.options.seedingThreshold) this.seeding = true;
|
||||
}
|
||||
|
||||
async onPlayerConnected(info) {
|
||||
|
Loading…
Reference in New Issue
Block a user