v1.2.3
This commit is contained in:
@@ -10,7 +10,7 @@ export class CombatTracker{
|
||||
async updateAll(){
|
||||
if (this.active == false) return;
|
||||
for (let i=0; i<32; i++){
|
||||
let data = streamDeck.buttonContext[i];
|
||||
const data = streamDeck.buttonContext[i];
|
||||
if (data == undefined || data.action != 'combattracker') continue;
|
||||
await this.update(data.settings,data.context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user