Added schedule locking and day jumping on scroll lock.
This commit is contained in:
parent
c83ca63f9a
commit
44dd613ea3
8 changed files with 221 additions and 125 deletions
|
|
@ -139,8 +139,11 @@ module.exports = class{
|
|||
//Get schedule as a temporary array
|
||||
const queue = Array.from(this.channel.queue.schedule);
|
||||
|
||||
//Get schedule lock status
|
||||
const queueLock = this.channel.queue.locked;
|
||||
|
||||
//Send off the metadata to our user's clients
|
||||
this.emit("clientMetadata", {user: userObj, flairList, queue});
|
||||
this.emit("clientMetadata", {user: userObj, flairList, queue, queueLock});
|
||||
}
|
||||
|
||||
async sendSiteEmotes(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue