This commit is contained in:
CDeenen
2020-12-09 03:22:22 +01:00
parent 1370544f03
commit fc471ce400
104 changed files with 586 additions and 528 deletions

View File

@@ -51,7 +51,7 @@ async function analyzeWSmessage(msg){
}
if (data == undefined || data.payload == undefined) return;
//console.log("Received",data);
const action = data.action;
const event = data.event;
const context = data.context;
@@ -70,6 +70,8 @@ async function analyzeWSmessage(msg){
tokenControl.active = true;
tokenControl.update(selectedTokenId);
}
else if (action == 'move')
move.update(settings,context);
else if (action == 'macro')
macroControl.update(settings,context);
else if (action == 'combattracker')