mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 14:29:26 -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;
|
if(this.seeding === true && info.a2sPlayerCount >= this.options.seedingThreshold) this.seeding = false;
|
||||||
else if(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) {
|
async onPlayerConnected(info) {
|
||||||
|
Loading…
Reference in New Issue
Block a user