* Improvements to ANSI parser
* Introduction of storage tags for file bases / areas * Expiration for file web server items * WIP work on clean ANSI (on hold for a bit while other file base stuff is worked on)
This commit is contained in:
@@ -7,7 +7,9 @@ module.exports = class DownloadQueue {
|
||||
constructor(client) {
|
||||
this.client = client;
|
||||
|
||||
this.loadFromProperty(client);
|
||||
if(!Array.isArray(this.client.user.downloadQueue)) {
|
||||
this.loadFromProperty(client);
|
||||
}
|
||||
}
|
||||
|
||||
toggle(fileEntry) {
|
||||
|
||||
Reference in New Issue
Block a user