Nil distance in instances (v3.2.3)
Byron-Miles opened this issue ยท 1 comments
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:
- Enable some form of tracking
- Go into an instance
Potential Fix
if distance == nil or distance >= GatherLite.db.char.minimap.range then