mirror of
https://github.com/AsgardEternal/DBLogExtension.git
synced 2024-12-30 16:29:17 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
e3ef6dcd96
commit
65335e0bca
@ -278,7 +278,7 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
if(((this.options.incseed*seeder.seedTime) - (this.options.decseed*(topTime-seeder.seedTime))) > 100) seedid.push(seeder);
|
||||
}
|
||||
|
||||
const lcladminpath = path.resolve(__dirname, "../../../", this.options.whitelistfilepath);
|
||||
const lcladminpath = path.resolve(__dirname, "../../", this.options.whitelistfilepath);
|
||||
this.verbose(1, "trying to write to directory: ", lcladminpath);
|
||||
if(!fs.existsSync(lcladminpath)) {
|
||||
this.verbose(1, "WARNING: auto whitelist admins file not found");
|
||||
|
Loading…
Reference in New Issue
Block a user