mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 15:19:18 -06:00
boog fix
This commit is contained in:
parent
067ffc766d
commit
e9184ea096
@ -106,8 +106,8 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
);
|
||||
}
|
||||
|
||||
if(seeding === true && info.a2sPlayerCount >= this.options.seedingThreshold) this.seeding = false;
|
||||
else if(seeding === false && info.a2sPlayerCount-20 < this.options.seedingThreshold) this.seeding = true;
|
||||
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;
|
||||
}
|
||||
|
||||
async onPlayerConnected(info) {
|
||||
|
Loading…
Reference in New Issue
Block a user