rbpaiett opened this issue 4 years ago ยท 2 comments
Describe the bug Un'Goro Soil shows green squares on the map
To Reproduce Steps to reproduce the behavior:
Enable Gatherlite Open map in Un'Goro
Expected behavior Expect to see Un'Goro Soil icons.
Screenshots
It worked nicely, thanks a lot!
This is caused by the text "Open\\" missing as a prefix for "Soil" on line 333 of nodes.lua.
This line: icon = _GatherLite.iconPath .. "Soil",
Should be: icon = _GatherLite.iconPath .. "Open\\Soil",