node-machina-ffxiv icon indicating copy to clipboard operation
node-machina-ffxiv copied to clipboard

actorGauge data undefined

Open mlabastida opened this issue 5 years ago • 0 comments

actorGauge is returning an array of undefined elements

Machina.on('actorGauge', content => {
  console.log(content.data);
});

Result:

[                      
  undefined, undefined,
  undefined, undefined,
  undefined, undefined,
  undefined, undefined,
  undefined, undefined,
  undefined, undefined,
  undefined, undefined,
  undefined            
]                                                         

mlabastida avatar Mar 22 '20 15:03 mlabastida