v0.9.37
- remove extra debugging - fix: could not unregister if multiple users existed - fix: http(s) proxy - add example in user_config.example.json to use public proxy - maybe fix: double reg - add support for "modpacks" to viewergen - first mod is "BackgroundSound" by @Sgeo (and https://github.com/elishacloud/dxwrapper)
This commit is contained in:
@@ -44,8 +44,7 @@ class WTVRegister {
|
||||
|
||||
// check against user accounts
|
||||
directory = (directory) ? directory : this.session_store_dir + this.path.sep + "accounts";
|
||||
|
||||
console.log(directory)
|
||||
|
||||
if (this.fs.existsSync(directory)) {
|
||||
this.fs.readdirSync(directory).forEach(file => {
|
||||
if (self.fs.lstatSync(directory + self.path.sep + file).isDirectory() && !return_val) {
|
||||
|
||||
Reference in New Issue
Block a user