GatherLite

GatherLite

1M Downloads

Nil distance in instances (v3.2.3)

Byron-Miles opened this issue ยท 1 comments

commented

Describe the bug
Error when in instances caused by 'distance' being nil on line 128 of Tracker.lua

To Reproduce
Steps to reproduce the behavior:

  1. Enable some form of tracking
  2. Go into an instance

Potential Fix
if distance == nil or distance >= GatherLite.db.char.minimap.range then

commented

Fixed in 3.2.4