lenonk / Timers

Timers addon for Ashita v4. Visually displays recast, buff, and debuff timers
7 stars 6 forks source link

Adds null checks to prevent crashes #12

Open ErikDahlinghaus opened 1 year ago

ErikDahlinghaus commented 1 year ago

Was experiencing crashes on HorizonXI. These null checks prevent it from crashing, but they might have unintended consequences? There may be a better way to null check that hash instead using 4 if statements but that was at least safe.