
Attempt to get length of "nodes"
sauljaffe opened this issue · 3 comments
1x .../HandyNotes_Achievements/HandyNotes_Achievements.lua:154: attempt to get length of local 'nodes' (a nil value)
[string "@HandyNotes_Achievements/HandyNotes_Achievements.lua"]:154: in function <.../HandyNotes_Achievements/HandyNotes_Achievements.lua:143>
[string "=[C]"]: ?
[string "@HandyNotes/HandyNotes.lua"]:56: in function <HandyNotes/HandyNotes.lua:51>
[string "@HandyNotes/HandyNotes.lua"]:166: in function `OnEnter'
[string "@HandyNotes/HandyNotes.lua"]:400: in function <HandyNotes/HandyNotes.lua:399>
perhaps just bail out of HNA:OnEnter
if nodes == nil
.
if i had to guess, it's probably the addition of an undefined map zone.
Can you please provide more information on how it happens ?
Please add screenshot if it's a node you are mouse hovering, or any useful information for me to reproduce the behavior